nlohmann::json_pointer

template<typename BasicJsonType>
class json_pointer;

A JSON pointer defines a string syntax for identifying a specific value within a JSON document. It can be used with functions at and operator[]. Furthermore, JSON pointers are the base for JSON patches.

Template parameters

BasicJsonType : a specialization of basic_json

Member functions

See also

Version history

Added in version 2.0.0.