1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-09 13:23:51 +02:00
chroma/lexers/testdata/json.actual
2021-09-11 11:33:47 +10:00

11 lines
145 B
Plaintext

{
"list": [1, 2, 3],
"map": {
"key": "value",
},
// A comment
"number": 1.23,
"string": "string",
"positive": true,
"negative": false
}