json
json copied to clipboard
C++ header-only JSON library
Processing large data like 'Simdjson' is not my main goal. But I am working on a machine learning based database and I need high performance. Right now it works like...
I am huge fan of tao-json! Great work! To make tao-json even better it would be super awesome if the schema validation could report more than just `true/false`, or `valid/invalid`....
why isn't to/from_nolhmann.hpp files are excluded from contrib folder on release
# Disclaimer: _this is a quick and dirty experiment, you will not find rigorous measurements, statistics and whatever, but the figures suggest that there is something that one may want...
I would like to create a nested json structure of the members in a struct when defining the trait using binding traits. Something like this, which obviously fails to compile:...
So now I am back working on json - and here is the first feature request: please implement a way for `TAO_JSON_BIND_REQUIRED` to accept an `std::string_view` as its first argument...
Hi, another question: is it possible to conditially group a set of members in a binding trait, and if so, what's the syntax? a bit stupid example because you could...
- one about a block statement that clang-format want to erroneously wrap with an empty one; - one about an extra space.
I wanted to use the taocpp/json lib as well as the taocpp/sequences lib via conan: ``` self.requires("taocpp-json/1.0.0-beta.14") self.requires("taocpp-sequences/2.0.1") ``` I some files, I need both (JSON and the sequences lib):...
I'm getting the following compile error with clang 20.1.8 (clang-cl): ``` error: no member named 'default_key' in 'tao::json::traits' 23 | : key( Traits< std::decay_t< U > >::template default_key< Traits >::as_string()...