tartrazine/spec/tests/json/test_objects.txt

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