chroma/lexers/testdata/json.actual

11 lines
145 B
Text
Raw Normal View History

2025-03-22 20:46:00 +13:00
{
"list": [1, 2, 3],
"map": {
"key": "value",
},
// A comment
"number": 1.23,
"string": "string",
"positive": true,
"negative": false
}