mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
Deployed fe4b663
with MkDocs version: 1.4.2
This commit is contained in:
8
examples/type_name.output
Normal file
8
examples/type_name.output
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user