Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
JsonObject
Last updated at 8:50 am UTC on 6 August 2018
Is part of the JSON package. Now included in trunk. A subclass of Dictionary.

JsonObject behaves like a JavaScript object insofar that you can add properties to instances without the necessity that they have been declared as instance variables.

But you might just as well use JsonObject like a Dictionary instead as it is a subclass of Dictionary."

Usage example

WebClient, JSON and couchDB