mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
|
---input---
|
||
|
{}
|
||
|
{"a": "b"}
|
||
|
|
||
|
---tokens---
|
||
|
'{}' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'{' Punctuation
|
||
|
'"a"' Name.Tag
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'"b"' Literal.String.Double
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|