[ANN] JSONReader 1.17

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

[ANN] JSONReader 1.17

Steve Cline
minor tweaks:

added jsonRead as unary implementation of JsonReader readFrom: aString readStream

throw an error if writing a Dictionary with asJson if the key is not a string (already a check on the read side; this was to prevent me from writing a dictionary that I can't read)

JSONReaderTests updated to 1.2