RFC: std.json sucessor

David Soria Parra via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 26 04:24:15 PDT 2014


On Thursday, 21 August 2014 at 22:35:18 UTC, Sönke Ludwig wrote:
> Following up on the recent "std.jgrandson" thread [1], I've 
> picked up the work (a lot earlier than anticipated) and 
> finished a first version of a loose blend of said 
> std.jgrandson, vibe.data.json and some changes that I had 
> planned for vibe.data.json for a while. I'm quite pleased by 
> the results so far, although without a serialization framework 
> it still misses a very important building block.
>
> Code: https://github.com/s-ludwig/std_data_json
> Docs: http://s-ludwig.github.io/std_data_json/
> DUB: http://code.dlang.org/packages/std_data_json

Do we have any benchmarks for this yet. Note that the main
motivation for a new json parsers was that std.json is remarkable
slow in comparison to python's json or ujson.


More information about the Digitalmars-d mailing list