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

Reply via email to