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:
parent
e748c60eb1
commit
6edc093803
2 changed files with 42 additions and 2 deletions
|
@ -14,6 +14,11 @@
|
|||
" ": 7,
|
||||
"m~n": 8,
|
||||
"obj" : {
|
||||
"key" : "value"
|
||||
"key" : "value",
|
||||
"other~key" : {
|
||||
"another/key" : [
|
||||
"val"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue