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