mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-09 20:14:28 +08:00
Add another test
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user