mirror of
https://github.com/json-c/json-c.git
synced 2026-03-19 04:59:06 +08:00
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]
|