mirror of
https://github.com/json-c/json-c.git
synced 2026-09-08 00:56:50 +08:00
Add json_object_free_userdata() and json_object_userdata_to_json_string() too.
3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
new_obj.to_string()=[ 1.2, 3.4, 123456.78, 5.0, 2.3e10 ]
|
|
new_obj.to_string()=[1.2,3.4,123456.78,5.0,2.3e10]
|