mirror of
https://github.com/nlohmann/json.git
synced 2026-09-25 06:10:25 +01:00
Add json_pointer/string_t equality comparison operators (#3664)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
"" != "": false
|
||||
"" != "": false
|
||||
"" != "/foo": true
|
||||
"/foo" != "/foo": false
|
||||
Reference in New Issue
Block a user