Fastest JSON parser in the world is a D project

Idan Arye via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Oct 14 00:55:18 PDT 2015


On Wednesday, 14 October 2015 at 07:35:49 UTC, Marco Leise wrote:
>     auto json = parseTrustedJSON(`{ "coordinates": [ { "x": 1, 
> "y": 2, "z": 3 }, … ] }`);

I assume parseTrustedJSON is not validating? Did you use it in 
the benchmark? And were the competitors non-validating as well?


More information about the Digitalmars-d-announce mailing list