JSON dump/load

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

JSON dump/load

Robin Redeker-2
Hi,

i'm currently writing a JSON dumper/loader for a personal smalltalk
project, it's nearly finished and I wondered whether someone is
interested in it? It's propably not the best and most elegant smalltalk
code (my experience is very limited), but i seems to work for me :-)

cu,
Robin


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: JSON dump/load

Paolo Bonzini
You may also take a look at http://goessner.net/articles/jsont/

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: JSON dump/load

Chun, Sungjin
In reply to this post by Robin Redeker-2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have much interest on it. :-) I think GST could be a good network
service application server (especially web application server) if
seaside does work on this. (I'm trying to do this, but I am not
specialist on this area).

Robin Redeker wrote:

> Hi,
>
> i'm currently writing a JSON dumper/loader for a personal smalltalk
> project, it's nearly finished and I wondered whether someone is
> interested in it? It's propably not the best and most elegant smalltalk
> code (my experience is very limited), but i seems to work for me :-)
>
> cu,
> Robin
>
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFQWKNQqspS1+XJHgRAlnsAJ4gNfb4BVs5ucyVjFWHWZtloa2VQACgn/Cu
iLYAbdDE0CuwfRvIH00Cd0A=
=Vcpo
-----END PGP SIGNATURE-----


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: JSON dump/load

Robin Redeker-2
On Fri, Oct 27, 2006 at 10:36:13AM +0900, Sungjin Chun wrote:
> Hi,
>
> I have much interest on it. :-) I think GST could be a good network
> service application server (especially web application server) if
> seaside does work on this. (I'm trying to do this, but I am not
> specialist on this area).

Yes, i mainly wrote it to be able to communicate with my Perl
programs via network more easily. I've recently discovered JSON
and loved it's simplicity.
The implementation is finished now and i will submit it soon.
But it's the first implementation of a JSON parser i've ever written
and that in a language i'm not very familiar with (yet). So it
might not be the fastes possible implementation.

cu,
Robin


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: JSON dump/load

Paolo Bonzini
In reply to this post by Robin Redeker-2

> i'm currently writing a JSON dumper/loader for a personal smalltalk
> project, it's nearly finished and I wondered whether someone is
> interested in it? It's propably not the best and most elegant smalltalk
> code (my experience is very limited), but i seems to work for me :-)

Well, now it's time to post it :-)

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk