mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
d1d79b930d
* 📝 adjust JSON Pointer examples * 👷 add test for documentation * 📝 note platform-dependent output on some examples
13 lines
79 B
Plaintext
13 lines
79 B
Plaintext
""
|
|
"/foo"
|
|
"/foo/0"
|
|
"/"
|
|
"/a~1b"
|
|
"/c%d"
|
|
"/e^f"
|
|
"/g|h"
|
|
"/i\j"
|
|
"/k"l"
|
|
"/ "
|
|
"/m~0n"
|