chroma/lexers/testdata/json.actual
2025-03-22 20:46:00 +13:00

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
}