mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 19:06:27 +00:00
Add json_pointer/string_t equality comparison operators (#3664)
This commit is contained in:
committed by
GitHub
parent
e839f58a2a
commit
9e1a7c85e3
4
docs/examples/json_pointer__operator__equal.output
Normal file
4
docs/examples/json_pointer__operator__equal.output
Normal file
@@ -0,0 +1,4 @@
|
||||
"" == "": true
|
||||
"" == "": true
|
||||
"" == "/foo": false
|
||||
"/foo" == "/foo": true
|
||||
Reference in New Issue
Block a user