json icon indicating copy to clipboard operation
json copied to clipboard

C++ header-only JSON library

Results 10 json issues
Sort by recently updated
recently updated
newest added

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`....

enhancement

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...

enhancement

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:...

question

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...

enhancement

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...

question

- 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()...