Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
October 12, 2009 std.json and std.uni | ||||
---|---|---|---|---|
| ||||
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 |
October 12, 2009 Re: std.json and std.uni | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jeremie Pelletier | 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
|
October 12, 2009 Re: std.json and std.uni | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | 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
|
October 13, 2009 Re: std.json and std.uni | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | == 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. |
October 23, 2009 Re: std.json and std.uni | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jeremie Pelletier | Wow! I just _love_ your std.uni module! |
Copyright © 1999-2021 by the D Language Foundation