json/doc/mkdocs/docs/api/json_pointer/index.md
Niels Lohmann e97c93f451
🔧 add namespaces
2021-11-07 13:13:37 +01:00

1.3 KiB

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.