RFC: std.json sucessor

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 13 04:37:38 PDT 2014


On 22/08/14 00:35, 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

JSONToken.Kind and JSONParserNode.Kind could be "ubyte" to save space.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list