Files
JSON-java-compat/src/test/resources/jsonpointer-testdoc.json
John J. Aylward 43f3f5e80b Add another test
2018-03-19 09:49:42 -04:00

28 lines
328 B
JSON

{
"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,
"obj" : {
"key" : "value",
"other~key" : {
"another/key" : [
"val"
]
},
"" : {
"" : "empty key of an object with an empty key",
"subKey" : "Some other value"
}
}
}