Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.28 KB

STON - Smalltalk Object Notation

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.

Installation

Metacello new
	configuration: 'Ston';
	version: #'stable';
	repository: 'github://glassdb/ston:configuration';
	load.

See the Metacello installation instructions for details on installing Metacello.

TravisCI Status

configuration : Build Status

gemstone : Build Status

Please read the Smalltalk Object Notation paper

Sven Van Caekenberghe MIT Licensed