dub: JSON, SDL, YAML, TOML, what color should we paint it ?
Steven Schveighoffer
schveiguy at gmail.com
Fri Mar 3 18:58:05 UTC 2023
On 3/3/23 12:14 PM, 0xEAB wrote:
> Also, I’m curious:
> Does anyone here in the community use it for anything else but DUB recipes?
I use it to configure my vibe-d project.
However, the existing SDL parser (sdlang-d) serializes to a DOM, which
sucks for configuration. I want it to serialize to a struct I specify.
I'm presently working on adding json5 to iopipejson, and then I'm going
to switch to that.
-Steve
More information about the Digitalmars-d
mailing list