Sign in
gdch-oss
/
third_party
/
jakartaee
/
jsonp-api
/
refs/heads/2.0.0-RC2-BRANCH
/
.
/
impl
/
src
/
test
/
resources
/
rfc6901.json
blob: 170147b78765947dbe5b05d61057c01b09d7af36 [
file
] [
log
] [
blame
] [
edit
]
{
"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
,
"o"
:
null
,
"p"
:
{
"q"
:
"r"
},
"s"
:
[
{
"t"
:
"u"
}
]
}