I wrote a JSON library

Sean Kelly sean at invisibleduck.org
Tue May 7 07:53:30 PDT 2013


I'm not terribly happy with std.json do this is welcome. I do wish that there were a SAX style parser available too though, so I could parse JSON without allocating. 

On May 7, 2013, at 12:52 AM, "evilrat" <evilrat666 at gmail.com> wrote:

> On Tuesday, 7 May 2013 at 07:29:16 UTC, w0rp wrote:
>> ...
>> https://github.com/w0rp/dson/blob/master/json.d
>> ...
> 
> looks like you do reinvented the wheel. std.json already has anything we need to read/write json, and it is really small.
> after all, i would enjoy the idea if someone would write std.xml like stuff for reading/writing which will be pulled to std.json.


More information about the Digitalmars-d mailing list