1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-12 03:42:46 +03:00
Files
json/examples/json_pointer__operator__equal.output

5 lines
73 B
Plaintext

"" == "": true
"" == "": true
"" == "/foo": false
"/foo" == "/foo": true