parseJSON bug

Dicebot public at dicebot.lv
Thu Aug 8 09:48:07 PDT 2013


On Thursday, 8 August 2013 at 16:26:40 UTC, Lemonfiend wrote:
> On Thursday, 8 August 2013 at 15:15:44 UTC, David wrote:
>>> The real question is, is this worth fixing before 
>>> std.serialize makes it
>>> in? There will likely be other bugs once/if that's accepted. 
>>> I tried
>>> extending std.json in the past with static reflection, but 
>>> that didn't
>>> make it in for this very reason.
>>
>> Yep no one seems to care about std.json.
>
> I heard about std.xml being crap and was going to use std.json, 
> then I ran into this thread.
>
> So what should one use to parse json, or xml for that matter?

There are several JSON implementations floating around, I 
personally prefer vibe.d one - 
https://github.com/Dicebot/vibe.d/blob/master/source/vibe/data/json.d

For XML Tango module is often mentioned as most awesome one - 
https://github.com/SiegeLord/Tango-D2/tree/d2port/tango/text/xml


More information about the Digitalmars-d mailing list