add json_object_new_null

This commit is contained in:
dota17
2020-01-20 15:00:11 +08:00
parent 360d28b961
commit 010f33d460
9 changed files with 21 additions and 1 deletions

View File

@@ -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