Add json_pointer/string_t equality comparison operators (#3664)

This commit is contained in:
Florian Albrechtskirchinger
2022-08-05 14:08:27 +02:00
committed by GitHub
parent e839f58a2a
commit 9e1a7c85e3
16 changed files with 582 additions and 61 deletions
+1 -1
View File
@@ -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;
/*!