mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
Add another test
This commit is contained in:
parent
f4201cf318
commit
43f3f5e80b
2 changed files with 12 additions and 1 deletions
|
@ -20,6 +20,9 @@
|
|||
"val"
|
||||
]
|
||||
},
|
||||
"" : { "" : "empty key of an object with an empty key" }
|
||||
"" : {
|
||||
"" : "empty key of an object with an empty key",
|
||||
"subKey" : "Some other value"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue