Skip to content

Commit

Permalink
Merge #74
Browse files Browse the repository at this point in the history
74: Fix #44 r=torkleyy a=Xaeroxe
  • Loading branch information
bors[bot] committed Jan 17, 2018
2 parents 6c38bc9 + 791e06f commit 78c7aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Scene( // class name is optional

The new format uses `(`..`)` brackets for *heterogeneous* structures (classes),
while preserving the `{`..`}` for maps, and `[`..`]` for *homogeneous* structures (arrays).
This distinction allows to solve the biggest problem with JSON.
This distinction allows us to solve the biggest problem with JSON.

Here are the general rules to parse the heterogeneous structures:

Expand Down

0 comments on commit 78c7aae

Please sign in to comment.