1
0
Fork 0
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:
Bence Erős 2016-04-26 23:01:18 +02:00
parent 9c47ba299d
commit 6211384f87
3 changed files with 62 additions and 11 deletions

View 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
}