Skip to content

Commit

Permalink
correct wrong cr
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 22, 2015
1 parent 1398deb commit fe52e02
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions STON/STON.pillar
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ values and references, as we will see next.

STON offers three main features:

- Symbols: STON extends JSON by adding symbols as a primitive value, and class tags for object values and references. Adding a symbol (a globally unique string)
primitive type is a very useful addition. This is because symbols help to represent constant values in a readable way that is compact and fast, and because
symbols allow for simpler and more readable map keys.
- Symbols: STON extends JSON by adding symbols as a primitive value, and class tags for object values and references. Adding a symbol (a globally unique string) primitive type is a very useful addition. This is because symbols help to represent constant values in a readable way that is compact and fast, and because symbols allow for simpler and more readable map keys.

- Circular structures: Allowing shared and circular object structures is also ueseful simply because these structures are widely used and because they allow for
naturally efficient object graphs.
- Circular structures: Allowing shared and circular object structures is also ueseful simply because these structures are widely used and because they allow for naturally efficient object graphs.

- JSON backward compatible: Additionally, the current STON implementation is backward compatible with standard JSON.

Expand Down

0 comments on commit fe52e02

Please sign in to comment.