JSON for Modern C++
2.1.1
|
Cnlohmann::adl_serializer< typename, typename > | Default JSONSerializer template argument |
Cnlohmann::basic_json | Class to store JSON values |
Cstd::hash< nlohmann::json > | Hash value for JSON objects |
▼Citerator | |
Cnlohmann::basic_json::iter_impl< U > | Template for a random access iterator for the basic_json class |
Cnlohmann::basic_json::json_pointer | JSON Pointer |
▼Creverse_iterator | |
Cnlohmann::basic_json::json_reverse_iterator< Base > | Template for a reverse iterator class |
Cnlohmann::basic_json::lexer::strtonum | Parse string into a built-in arithmetic type as if the current locale is POSIX |