Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
halaxa committed Nov 9, 2020
1 parent dba7ed5 commit b99d7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ developed for unpredictably long JSON streams or documents. Main features are:
- Efficient iteration on any subtree of the document, specified by [Json Pointer](#json-pointer)
- Speed. Performace critical code contains no unnecessary function calls, no regular expressions
and uses native `json_decode` to decode JSON document chunks by default. See [custom decoder](#custom-decoder).
- Thoroughly tested. More than 100 tests and 700 assertions.

## Parsing JSON documents

Expand Down

0 comments on commit b99d7a9

Please sign in to comment.