Skip to content

Commit

Permalink
docs: minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Oct 30, 2022
1 parent eeb9de7 commit 88f30bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Shorthand is a superset and friendlier variant of JSON designed with several use
The shorthand syntax supports the following features, described in more detail with examples below:

- Superset of JSON (valid JSON is valid shorthand)
- Optional commas, quotes, and sometimes colons
- Optional commas, quotes, and sometimes colons
- Support for comments & trailing commas
- Automatic type coercion
- Support for bytes, dates, and maps with non-string keys
- Support for bytes, datetimes, and maps with non-string keys
- Nested object & array creation
- Loading values from files
- Editing existing data
Expand All @@ -33,6 +34,7 @@ foo.bar[]{baz: 1, hello: world}

```
{
// This is a comment
foo.bar[]{
baz: 1
hello: world
Expand Down

0 comments on commit 88f30bd

Please sign in to comment.