I wrote a JSON library

Sönke Ludwig sludwig at outerproduct.org
Tue May 7 01:01:14 PDT 2013


Am 07.05.2013 09:29, schrieb w0rp:
> I wasn't quite satisfied with std.json or the JSON libraries in
> frameworks. The standard library doesn't make it easy enough to create
> JSON objects, and my primary objection for the framework solutions is
> that they seem to depend on other parts of the frameworks. (I'd rather
> not depend on a host of libraries I won't be using just to use one I
> will.)

Just for reference, the vibe.d JSON implementation does not depend on
other parts of the library:
https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/data/json.d


More information about the Digitalmars-d mailing list