DEBSOURCES
Skip Quicknav
sources / golang-github-alecthomas-chroma-v2 / 2.5.0-1 / lexers / testdata / json.actual
1234567891011
{ "list": [1, 2, 3], "map": { "key": "value", }, // A comment "number": 1.23, "string": "string", "positive": true, "negative": false }