|
|
@@ -78,5 +78,6 @@ int main() |
|
|
|
|
|
|
|
|
obj = json_object_new_double(-12.0); |
|
|
obj = json_object_new_double(-12.0); |
|
|
printf("obj(-12.0).to_string(default format)=%s\n", json_object_to_json_string(obj)); |
|
|
printf("obj(-12.0).to_string(default format)=%s\n", json_object_to_json_string(obj)); |
|
|
|
|
|
json_object_put(obj); |
|
|
|
|
|
|
|
|
} |
|
|
} |