Fastest JSON parser in the world is a D project

Martin Nowak via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Oct 27 07:00:06 PDT 2015


On Tuesday, 27 October 2015 at 13:14:36 UTC, wobbles wrote:
>> How can `coordinates` member be known at compile-time when the 
>> input argument is a run-time string?
>
> I suspect through the opDispatch operator overload.
>
> http://dlang.org/operatoroverloading.html#dispatch

Yikes, this is such an anti-pattern.
https://github.com/rejectedsoftware/vibe.d/issues/634


More information about the Digitalmars-d-announce mailing list