Sign in
gdch-oss
/
third_party
/
jakartaee
/
jsonp-api
/
2e2fb7433994b5c9263d21bf7e95044741c99fa6
/
.
/
demos
/
jsonpointer
/
src
/
main
/
resources
/
jsonpointer.json
blob: 937a098cbef651a13562a93b03ac90991cd19e5e [
file
] [
log
] [
blame
]
{
"foo"
:
[
"bar"
,
"baz"
],
""
:
0
,
"a/b"
:
1
,
"c%d"
:
2
,
"e^f"
:
3
,
"g|h"
:
4
,
"i\\j"
:
5
,
"k\"l"
:
6
,
" "
:
7
,
"m~n"
:
8
}