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

56 lines
2 KiB
Text

[
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"list\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"["},
{"type":"LiteralNumberInteger","value":"1"},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"2"},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"3"},
{"type":"Punctuation","value":"],"},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"map\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n\t\t"},
{"type":"NameTag","value":"\"key\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"value\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"Punctuation","value":"},"},
{"type":"Text","value":"\n\t"},
{"type":"CommentSingle","value":"// A comment\n"},
{"type":"Text","value":"\t"},
{"type":"NameTag","value":"\"number\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"1.23"},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"string\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"string\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"positive\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"KeywordConstant","value":"true"},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"negative\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"KeywordConstant","value":"false"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"}
]