parseJSON bug

David d at dav1d.de
Thu Aug 8 10:33:37 PDT 2013


Am 08.08.2013 18:26, schrieb Lemonfiend:
> 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?

std.json is Ok, the API is a real pain. I made a pull request improving
the API a few weeks ago, no one seems to really care. Better use a 3rd
party implementation or roll your own (what seems to be Ds mentallity)


More information about the Digitalmars-d mailing list