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

adding unittests for JSPONPointer#toString(), toURIFragment() and its builder class

This commit is contained in:
Bence Erős 2016-05-03 23:20:17 +02:00
parent e748c60eb1
commit 6edc093803
2 changed files with 42 additions and 2 deletions

View file

@ -14,6 +14,11 @@
" ": 7,
"m~n": 8,
"obj" : {
"key" : "value"
"key" : "value",
"other~key" : {
"another/key" : [
"val"
]
}
}
}