Thread overview | |||||
---|---|---|---|---|---|
|
February 13, 2014 [phobos] Status of json.d | ||||
---|---|---|---|---|
| ||||
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 Re: [phobos] Status of json.d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Davide Italiano | 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 Re: [phobos] Status of json.d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe Attachments:
| 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 > |
Copyright © 1999-2021 by the D Language Foundation