1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-28 22:53:03 +04:00
Files
json/examples/type_name.output
T

9 lines
165 B
Plaintext

null is a null
true is a boolean
-17 is a number
42 is a number
23.42 is a number
{"one":1,"two":2} is an object
[1,2,4,8,16] is an array
"Hello, world" is a string