www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - A little wrap over std.json

reply Andrea Fontana <nospam example.com> writes:
I just released on behalf of the company I work for 
(http://lab.2night.it ) a small library that works over std.json 
library. It is used internally but I think it can be useful for 
others too.

It is focused on reading/writing JSONValue in a simpler way 
keeping compatibility with it using UFCS.

It also can be used with CTFE.

GH: https://github.com/2night/jsonwrap/ (check README 
self-explaining examples)
Dub: http://code.dlang.org/packages/jsonwrap

Comments are welcome.

Andrea Fontana
Mar 02 2016
parent growlercab <growlercab gmail.com> writes:
On Wednesday, 2 March 2016 at 12:01:05 UTC, Andrea Fontana wrote:
 I just released on behalf of the company I work for 
 (http://lab.2night.it ) a small library that works over 
 std.json library. It is used internally but I think it can be 
 useful for others too.

 It is focused on reading/writing JSONValue in a simpler way 
 keeping compatibility with it using UFCS.

 It also can be used with CTFE.

 GH: https://github.com/2night/jsonwrap/ (check README 
 self-explaining examples)
 Dub: http://code.dlang.org/packages/jsonwrap

 Comments are welcome.

 Andrea Fontana
Now I can throw out my own JSON wrappers and use one that gets more testing and a cleaner interface. Very nice, thanks.
Mar 03 2016