Thread overview
[phobos] Status of json.d
Feb 14, 2014
Davide Italiano
Feb 14, 2014
Adam D. Ruppe
Feb 14, 2014
Mathias Lang
February 13, 2014
Hi,
is there anyone working on json.d overhaul these days?
I would like to undertake this project on my own but before I start I
would like to discuss a bit more the design/API and be sure noone else
has already taken it, in order to not duplicate the effort.
Any feedback is appreciated.

Thanks,

-- 
Davide
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos


February 14, 2014
On Thu, Feb 13, 2014 at 08:53:25PM -0800, Davide Italiano wrote:
> is there anyone working on json.d overhaul these days?

std.json got some minor changes recently, providing properties that check the tag and giving a nicer API. I suggest you grab the git version and try it out to see where it is now, since I don't think the changes are released yet (still in beta)

Fairly minor compared to what is possible (for example, check our my
jsvar.d:
https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/jsvar.d

which tries to give a Javascript style syntax right in D - and succeeds pretty well)

_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos


February 13, 2014
What about Vibe.d's data.json ? http://vibed.org/api/vibe.data.json/

The API is nice to use, it's documented and tested. I'm wondering why some stuff from there don't make it to the standard library ?


2014-02-13 21:19 GMT-08:00 Adam D. Ruppe <destructionator@gmail.com>:

> On Thu, Feb 13, 2014 at 08:53:25PM -0800, Davide Italiano wrote:
> > is there anyone working on json.d overhaul these days?
>
> std.json got some minor changes recently, providing properties that check the tag and giving a nicer API. I suggest you grab the git version and try it out to see where it is now, since I don't think the changes are released yet (still in beta)
>
> Fairly minor compared to what is possible (for example, check our my jsvar.d:
>
> https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/jsvar.d
>
> which tries to give a Javascript style syntax right in D - and succeeds pretty well)
>
> _______________________________________________
> phobos mailing list
> phobos@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>