v0.3.1
An incremental release with various bugfixes:
- Greatly expands the flexibility of
parse_options
- Adds all the tests from JSON_Checker
- Adds a
parse
that takes astring_ref
, which unifies theconst char*
andstd::string
overloads - Changes the installer to put header files inside of a
jsonv
folder - Adds Arch Linux
PKGBUILD
to theinstaller
folder - Fixes issue with incorrectly escaping
\\\"
- Fixes issue with
value::compare(const value&) const
returning non-zero when two decimal kinds were within the epsilon value (andoperator==
would have returnedtrue
)