Am 13.10.2014 13:37, schrieb Jacob Carlborg:
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.
But it won't save space in practice, at least on x86, due to alignment,
and depending on what the compiler assumes, the access can also be
slower that way.