Skip to content
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