mirror of
https://github.com/nlohmann/json.git
synced 2026-08-19 15:43:19 +00:00
Add json_pointer/string_t equality comparison operators (#3664)
This commit is contained in:
@@ -51,7 +51,7 @@ class basic_json;
|
||||
|
||||
/// @brief JSON Pointer defines a string syntax for identifying a specific value within a JSON document
|
||||
/// @sa https://json.nlohmann.me/api/json_pointer/
|
||||
template<typename BasicJsonType>
|
||||
template<typename RefStringType>
|
||||
class json_pointer;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user