Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
nlohmann Namespace Reference

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
 

Typedef Documentation

◆ json

using nlohmann::json = typedef basic_json<>

Definition at line 62 of file REveElement.hxx.

◆ ordered_json

specialization that maintains the insertion order of object keys

See also
https://json.nlohmann.me/api/ordered_json/

Definition at line 71 of file REveElement.hxx.