www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - std.json and std.uni

reply Jeremie Pelletier <jeremiep gmail.com> writes:
I've written a simple JSON parser and serializer for phobos, it was 
originally posted in [dmd support for IDEs] but I think it needs to be 
posted here.

It also requires a more complete unicode handling module than the one 
currently in phobos so here it is too.

std.json: http://pastebin.com/f64b75abb
std.uni: http://pastebin.com/fe47f274

Hopefully they'll make it to the official phobos.

Jeremie
Oct 12 2009
next sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Jeremie Pelletier wrote:
 I've written a simple JSON parser and serializer for phobos, it was 
 originally posted in [dmd support for IDEs] but I think it needs to be 
 posted here.
 
 It also requires a more complete unicode handling module than the one 
 currently in phobos so here it is too.
 
 std.json: http://pastebin.com/f64b75abb
 std.uni: http://pastebin.com/fe47f274
 
 Hopefully they'll make it to the official phobos.
If you want me to, I'll ask the other Phobos admins to add you to the developers list. Please let us know, thanks. Andrei
Oct 12 2009
next sibling parent Jeremie Pelletier <jeremiep gmail.com> writes:
Andrei Alexandrescu wrote:
 Jeremie Pelletier wrote:
 I've written a simple JSON parser and serializer for phobos, it was 
 originally posted in [dmd support for IDEs] but I think it needs to be 
 posted here.

 It also requires a more complete unicode handling module than the one 
 currently in phobos so here it is too.

 std.json: http://pastebin.com/f64b75abb
 std.uni: http://pastebin.com/fe47f274

 Hopefully they'll make it to the official phobos.
If you want me to, I'll ask the other Phobos admins to add you to the developers list. Please let us know, thanks. Andrei
That would be great, please do :) Jeremie
Oct 12 2009
prev sibling parent zsxxsz <zhengshuxin hexun.com> writes:
== Quote from Andrei Alexandrescu (SeeWebsiteForEmail erdani.org)'s article
 Jeremie Pelletier wrote:
 I've written a simple JSON parser and serializer for phobos, it was
 originally posted in [dmd support for IDEs] but I think it needs to be
 posted here.

 It also requires a more complete unicode handling module than the one
 currently in phobos so here it is too.

 std.json: http://pastebin.com/f64b75abb
 std.uni: http://pastebin.com/fe47f274

 Hopefully they'll make it to the official phobos.
If you want me to, I'll ask the other Phobos admins to add you to the developers list. Please let us know, thanks. Andrei
D is a excellent language that I've seen. It should be widely used in many fields. But I don't think it's the time to do that. And I think making some successful applications in WEB development maybe a good way to introduce the D to the so many WEB developers. Should some different application fields newsgroup appear here? WEB development maybe one.
Oct 12 2009
prev sibling parent "Dejan Lekic" <dejan.lekic gmail.com> writes:
Wow! I just _love_ your std.uni module!
Oct 23 2009