digitalmars.D.announce - std.json and std.uni
- Jeremie Pelletier (9/9) Oct 12 2009 I've written a simple JSON parser and serializer for phobos, it was
- Andrei Alexandrescu (4/15) Oct 12 2009 If you want me to, I'll ask the other Phobos admins to add you to the
- Jeremie Pelletier (3/20) Oct 12 2009 That would be great, please do :)
- zsxxsz (6/21) Oct 12 2009 D is a excellent language that I've seen. It should be widely used in ma...
- Dejan Lekic (1/1) Oct 23 2009 Wow! I just _love_ your std.uni module!
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
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
Andrei Alexandrescu wrote:Jeremie Pelletier wrote:That would be great, please do :) JeremieI'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
== Quote from Andrei Alexandrescu (SeeWebsiteForEmail erdani.org)'s articleJeremie Pelletier wrote: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.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