11 lines
No EOL
145 B
Text
11 lines
No EOL
145 B
Text
{
|
|
"list": [1, 2, 3],
|
|
"map": {
|
|
"key": "value",
|
|
},
|
|
// A comment
|
|
"number": 1.23,
|
|
"string": "string",
|
|
"positive": true,
|
|
"negative": false
|
|
} |