Skip to content

Commit

Permalink
docs(readme): add array tokens to list
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp committed Jul 30, 2016
1 parent 974062b commit da033ef
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 @@ -32,7 +32,7 @@ lexer('{"hello": 1.0}')
Allowed white space between the actual relevant tokens.

### punctuator
The characters surrounding your data: `{`, `}`, `:` and `,`
The characters surrounding your data: {`, `}`, `[`, `]`, `:` and `,`

### string
A JSON string `"hi"`, not that the value will be the parsed String without `"`
Expand Down

0 comments on commit da033ef

Please sign in to comment.