|
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
|