mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 16:09:06 +08:00
add json_object_new_null
This commit is contained in:
@@ -12,6 +12,7 @@ my_string=foo
|
||||
my_string.to_string()="foo"
|
||||
my_int=9
|
||||
my_int.to_string()=9
|
||||
my_null.to_string()=null
|
||||
my_array=
|
||||
[0]=1
|
||||
[1]=2
|
||||
|
||||
Reference in New Issue
Block a user