nlohmann

namespace for Niels Lohmann

Types

NameDescription
adl_serializer default JSONSerializer template argument
basic_json a class to store JSON values
byte_container_with_subtype an internal type for a backed binary type
json_pointer
json_pointer JSON Pointer defines a string syntax for identifying a specific value within a JSON document
ordered_map a minimal map-like container that preserves insertion order

Type Aliases

NameDescription
json default specialization
ordered_json specialization that maintains the insertion order of object keys

Functions

NameDescription
Unnamed overloads
operator>> Right shift operators
swap exchanges the values
to_string user-defined to_string function for JSON values
operator<< [deprecated]Left shift operators

See Also

https://github.com/nlohmann