JSON for Modern C++  3.0.1
Namespaces | Classes | Typedefs | Functions
nlohmann Namespace Reference

namespace for Niels Lohmann More...

Namespaces

 anonymous_namespace{json.hpp}
 namespace to hold default to_json / from_json functions
 

Classes

struct  adl_serializer
 default JSONSerializer template argument More...
 
class  basic_json
 a class to store JSON values More...
 
class  json_pointer
 JSON Pointer. More...
 

Typedefs

using json = basic_json<>
 default JSON class More...
 

Functions

bool operator!= (json_pointer const &lhs, json_pointer const &rhs) noexcept
 
bool operator== (json_pointer const &lhs, json_pointer const &rhs) noexcept
 

Detailed Description

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