mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"name": "test",
|
|
"greeting": "Hello, World!",
|
|
"flag": true,
|
|
"littleNum": 3,
|
|
"biggerNum": 32254435,
|
|
"decimal": 1.33,
|
|
"bigDecimal": 3.5522E35,
|
|
"negative": -54,
|
|
"aNull": null,
|
|
"more": "another string"
|
|
}
|