Skip to content

Commit

Permalink
More docs updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblacklercorp committed Oct 19, 2020
1 parent 72e466c commit b68e90c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## usejson

A Java library that allows JSON5 format files to be read into an ordinary tree
of Java objects (using types `Map<>` for dictionaries, and type `List<>` for
arrays).
A Java library that allows JSON5 or JSON format text to be parsed into an
ordinary tree of Java objects (using types `Map<>` for dictionaries, and type
`List<>` for arrays).

The parser is ported from the reference JavaScript JSON5 parser;
[json5](https://github.com/json5/json5).
Expand Down

0 comments on commit b68e90c

Please sign in to comment.