Logo ROOT  
Reference Guide
nlohmann Namespace Reference

namespace for Niels Lohmann More...

Classes

struct  adl_serializer
 default JSONSerializer template argument More...
 
class  basic_json
 
class  json_pointer
 JSON Pointer. More...
 
struct  ordered_map
 

Typedefs

using json = basic_json<>
 default JSON class More...
 
using ordered_json = basic_json< nlohmann::ordered_map >
 ordered JSON class More...
 

Detailed Description

namespace for Niels Lohmann

See also
https://github.com/nlohmann
Since
version 1.0.0

Typedef Documentation

◆ json

using nlohmann::json = typedef basic_json<>

default JSON class

This type is the default specialization of the basic_json class which uses the standard template types.

Since
version 1.0.0

Definition at line 88 of file REveElement.hxx.

◆ ordered_json

ordered JSON class

This type preserves the insertion order of object keys.

Since
version 3.9.0

Definition at line 100 of file REveElement.hxx.