std.json dynamic initialization of JSONValue

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Mar 31 08:39:16 PDT 2012


On 12/1/11, Kai Meyer <kai at unixlords.com> wrote:
> I'm finding std.json extremely well written, with one glaring exception.

I'm finding it to be crap. The last time I used it I just kept getting
access violations (or was that std.xml? They're both crap when I used
them.). ae.json beats its pants off for its simplicity + you get
toJson/jsonParse for serialization and a way to skip serializing
fields since a recent commit . It's easy to write your own
tree-walking routines as well.

But whatever works for people. :)


More information about the Digitalmars-d-learn mailing list