|
| struct | nlohmann::has_mapped_type< T > |
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator > |
| | JSON. More...
|
| |
| union | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::json_value |
| | a JSON value More...
|
| |
| union | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::internal_iterator< array_iterator_t, object_iterator_t > |
| | an iterator value More...
|
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::iterator |
| | a random access iterator for the basic_json class More...
|
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::const_iterator |
| | a const random access iterator for the basic_json class More...
|
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::reverse_iterator |
| | a reverse random access iterator for the basic_json class More...
|
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::const_reverse_iterator |
| | a const reverse random access iterator for the basic_json class More...
|
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::lexer |
| | lexical analysis More...
|
| |
| class | nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, Allocator >::parser |
| | syntax analysis More...
|
| |
| struct | std::hash< nlohmann::json > |
| | hash value for JSON objects More...
|
| |
- Copyright
- The code is licensed under the MIT License http://opensource.org/licenses/MIT, Copyright (c) 2013-2015 Niels Lohmann.
- Author
- Niels Lohmann http://nlohmann.me
- See also
- https://github.com/nlohmann/json
Definition in file json.hpp.