- JSONC parse mode
- Copiable
Json
objects - Default construction (representing
null
) is "free" as_string_view()
- Heterogenous arrays
- Escaped text (
\\
,\"
,\b
,\t
,\n
) - Implicit construction for nulls, booleans, numbers, strings
- Serialization, pretty-print (default)
- Customization points for
from_json
andto_json
- Build tree from scratch
- Escaped unicode (
\u1F604
) not currently supported
Documentation (with examples) is hosted here.
Pull/merge requests are welcome.