mirror of
https://github.com/kgabis/parson.git
synced 2025-02-05 17:05:29 +00:00
New test case.
"object_empty" should ensure no more bugs in nget function.
This commit is contained in:
parent
f7f11572c9
commit
5eb66d2b31
@ -10,6 +10,7 @@
|
||||
"null" : null,
|
||||
"string array" : ["lorem", "ipsum"],
|
||||
"x^2 array" : [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100],
|
||||
"object_empty" : { },
|
||||
"object" : { "nested string" : "str",
|
||||
"nested true" : true,
|
||||
"nested false" : false,
|
||||
|
Loading…
Reference in New Issue
Block a user