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?

Reply via email to