mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-09 13:23:51 +02:00
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
{
|
|
"list": [1, 2, 3],
|
|
"map": {
|
|
"key": "value",
|
|
},
|
|
// A comment
|
|
"number": 1.23,
|
|
"string": "string",
|
|
"positive": true,
|
|
"negative": false
|
|
} |