1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-27 06:03:04 +04:00
Files
json/docs/mkdocs/docs/examples/json_pointer__operator__equal.output
T
2025-01-17 06:53:35 +01:00

5 lines
73 B
Plaintext

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