You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frequently Asked Questions regarding STON, the Smalltalk Object Notation.
What is STON ?
Smalltalk Object Notation (STON) is a lightweight, text-based, human-readable
data interchange format for class-based object-oriented languages like Smalltalk.
It can be used to serialize domain level objects, either for persistency or network transport.
As its name suggests, it is based on JSON (Javascript Object Notation).
It adds symbols as a primitive value, class tags for object values and references.
Implementations for Pharo Smalltalk, Squeak and Gemstone Smalltalk are available.