PackageDescription: JSONReader


JSON Reader

Last published: April 15, 2017 by 'davidsh'

Defines 2 Classes
Extends 11 Classes


This package is a simple port from a Squeak package found here:

http://map1.squeakfoundation.org/package/d38bdc2d-e52a-4167-ae73-2cf438c65c2f/autoversion/1

The Squeak code looks fairly old; I tested a few examples here:

http://json.org/example.html

And they worked. To try parsing a JSON string, execute:

Json readFrom: jsonString readStream.

Where jsonString is JSON format. This likely needs lots more testing before anyone tried to really use it :)