EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
json_pointer< BasicJsonType > Class Template Reference

JSON Pointer. More...

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

Detailed Description

template<typename BasicJsonType>
class json_pointer< BasicJsonType >

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.

See Also
RFC 6901
Since
version 2.0.0

Definition at line 2751 of file json.hpp.

View newest version in sPHENIX GitHub at line 2751 of file json.hpp


The documentation for this class was generated from the following file: