mirror of
https://github.com/nlohmann/json.git
synced 2025-07-18 06:02:16 +03:00
Adjust JSON Pointer examples (#3622)
* 📝 adjust JSON Pointer examples * 👷 add test for documentation * 📝 note platform-dependent output on some examples
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
|
||||
/foo
|
||||
/foo/0
|
||||
/
|
||||
/a~1b
|
||||
/c%d
|
||||
/e^f
|
||||
/g|h
|
||||
/i\j
|
||||
/k"l
|
||||
/
|
||||
/m~0n
|
||||
""
|
||||
"/foo"
|
||||
"/foo/0"
|
||||
"/"
|
||||
"/a~1b"
|
||||
"/c%d"
|
||||
"/e^f"
|
||||
"/g|h"
|
||||
"/i\j"
|
||||
"/k"l"
|
||||
"/ "
|
||||
"/m~0n"
|
||||
|
Reference in New Issue
Block a user