I wrote a JSON library

Denis Shelomovskij verylonglogin.reg at gmail.com
Fri May 10 20:03:53 PDT 2013


07.05.2013 11:29, w0rp пишет:
> I wasn't quite satisfied with std.json or the JSON libraries in
> frameworks. The standard library doesn't make it easy enough to create
> JSON objects, and my primary objection for the framework solutions is
> that they seem to depend on other parts of the frameworks. (I'd rather
> not depend on a host of libraries I won't be using just to use one I
> will.) So, desiring an easy-to-use and atomic library, I took to writing
> my own from scratch.
>
> https://github.com/w0rp/dson/blob/master/json.d
>
> I would love to hear some comments on my implementation. Criticism is
> mostly what I am after. It's hard for me to self-criticise. Perhaps the
> most obvious criticism to me is that I seem to write too damn many unit
> tests.

Good luck as my personal attempt to improve std.json to at least this:
https://github.com/D-Programming-Language/phobos/pull/1206#issuecomment-14826562
got stuck on even this simple pull:
https://github.com/D-Programming-Language/phobos/pull/1263

-- 
Денис В. Шеломовский
Denis V. Shelomovskij


More information about the Digitalmars-d mailing list