mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
tests for url fragment notation handling, moving test document to separate file
This commit is contained in:
parent
9c47ba299d
commit
6211384f87
3 changed files with 62 additions and 11 deletions
16
src/test/org/json/junit/jsonpointer-testdoc.json
Normal file
16
src/test/org/json/junit/jsonpointer-testdoc.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue