...

Text file src/github.com/alecthomas/chroma/lexers/testdata/json.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1{
     2	"list": [1, 2, 3],
     3	"map": {
     4		"key": "value",
     5	},
     6	// A comment
     7	"number": 1.23,
     8	"string": "string",
     9	"positive": true,
    10	"negative": false
    11}

View as plain text