Performance of std.json
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 2 08:04:45 PDT 2014
On 02/06/14 13:36, w0rp wrote:
> In terms of API, I wouldn't go completely for an approach based on
> serialising to structs. Having a tagged union type is still helpful for
> situations where you just want to quickly get at some JSON data and do
> something with it. I have thought a great deal about writing data *to*
> JSON strings however, and I have an idea for this I would like to share.
I think there should be quite a minimal API, then a proper serialization
module can be built on top of that.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list