1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-18 00:10:51 -07:00

add JSONPointerTest to test suite, fix resource for gradle build

This commit is contained in:
stleary 2016-05-13 23:13:06 -05:00
parent 46044bfc51
commit 0112d82755
4 changed files with 8 additions and 7 deletions

View file

@ -1,24 +0,0 @@
{
"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"
]
}
}
}