tartrazine/spec/tests/json/test_objects.txt

16 lines
294 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
{}
{"a": "b"}
---tokens---
'{}' Punctuation
'\n' Text.Whitespace
'{' Punctuation
'"a"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"b"' Literal.String.Double
'}' Punctuation
'\n' Text.Whitespace