Skip to content

fix: Typo #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ remove, copy, move, compare, transform, swap around and many other operations).
- support **_in-place modifications_** of the input/source JSON file
- features **_namespaces_**, facilitating interpolation of preserved JSON values in templates
- supports **_buffered_** and **_streamed_** modes of input read
- sports **_concurrent_** input JSON reading/parsing (on multi-core CPU)
- supports **_concurrent_** input JSON reading/parsing (on multi-core CPU)
- written entirely in **_C++14_**, no dependencies (STL only, idiomatic C++, **_no memory leaks_**)
- extensively debuggable
- conforms JSON specification ([json.org](http://json.org/index.html))
Expand Down