Daniel Parker
Daniel Parker
From the beginnings of this library in 2013, influenced by the proxy idiom described in Scott Meyers' book Effective Modern C++, the non const `basic_json::operator[](const string_view_type&)` returns a proxy instead...
Currently result lists that are sorted before comparison are flagged with footnote 4 on the main comparison page, see e.g. https://cburgmer.github.io/json-path-comparison/#union_with_keys_after_recursive_descent. There is however no indication that this is the...
Analysis
There's a great deal of data in the JSONPath comparisons, but each query represents an isolated data point, and some cannot be understood except in combination with other queries. For...
[jsoncons](https://github.com/danielaparker/jsoncons), a self-contained, header-only C++ library for JSON and related formats, now [supports JMESPath](https://github.com/danielaparker/jsoncons/blob/master/doc/ref/jmespath/jmespath.md). It is fully compliant, it passes all [compliance tests](https://github.com/jmespath/jmespath.test). I would like to request its inclusion...
As the jsoncons library has evolved, names have sometimes changed. Some deprecated names date back to 2014. You can check if you're using any of them by defining the macro...
Currently, jsoncons supports wide character instantiations of the template class `basic_json` with `wchar_t`, in particular, `wjson` and `wojson`. At the time when we started jsoncons, back in 2013, it seemed...