Is there a JSON parser available for Pharo? I was slightly confused by the hits Google returned. It seems as though Stef is working on one, but that it relates to the file interchange format? All I need to do is parse some - relatively simple - JSON. Is that possible yet? Cheers Andy
Hi Andy, On 03 May 2012, at 22:31, Andy Burnett wrote:
Is there a JSON parser available for Pharo? I was slightly confused by the hits Google returned. It seems as though Stef is working on one, but that it relates to the file interchange format?
All I need to do is parse some - relatively simple - JSON. Is that possible yet?
Cheers Andy
There are multiple ones, there is one in Seaside for example. There is also STON, which should be backwards compatible with JSON https://github.com/svenvc/ston http://ss3.gemstone.com/ss/STON.html HTH, Sven
It would be really nice if we combine all those JSON parsers (Seaside, Aida and Iliad ones, all coming from the same 'root' one from SqueakSource) into one, which then become a part of Pharo and we all use that one only. Best regards Janko Dne 03. 05. 2012 22:55, piše Sven Van Caekenberghe:
Hi Andy,
On 03 May 2012, at 22:31, Andy Burnett wrote:
Is there a JSON parser available for Pharo? I was slightly confused by the hits Google returned. It seems as though Stef is working on one, but that it relates to the file interchange format?
All I need to do is parse some - relatively simple - JSON. Is that possible yet?
Cheers Andy
There are multiple ones, there is one in Seaside for example.
There is also STON, which should be backwards compatible with JSON
https://github.com/svenvc/ston http://ss3.gemstone.com/ss/STON.html
HTH,
Sven
-- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si
participants (3)
-
Andy Burnett -
Janko Mivšek -
Sven Van Caekenberghe