mirror of
https://github.com/json-c/json-c.git
synced 2026-03-14 02:29:07 +08:00
15 lines
135 B
Plaintext
15 lines
135 B
Plaintext
string_of_digits
|
|
"123"
|
|
regular_number
|
|
222
|
|
decimal_number
|
|
99.55
|
|
boolean_true
|
|
true
|
|
boolean_false
|
|
false
|
|
big_number
|
|
2147483649
|
|
a_null
|
|
null
|