Classes | |
struct | adl_serializer |
class | basic_json |
a class to store JSON values More... | |
class | json_pointer |
JSON Pointer defines a string syntax for identifying a specific value within a JSON document. More... | |
struct | ordered_map |
a minimal map-like container that preserves insertion order More... | |
Typedefs | |
using | json = basic_json<> |
using | ordered_json = basic_json< nlohmann::ordered_map > |
specialization that maintains the insertion order of object keys | |
using nlohmann::json = typedef basic_json<> |
Definition at line 62 of file REveElement.hxx.
using nlohmann::ordered_json = typedef basic_json<nlohmann::ordered_map> |
specialization that maintains the insertion order of object keys
Definition at line 71 of file REveElement.hxx.