summaryrefslogtreecommitdiff
path: root/tests/snippets/json/test_objects.txt
blob: bb6f623c6e2a1852df22ec9a2904855b416161f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---input---
{}
{"a": "b"}

---tokens---
'{}'          Punctuation
'\n'          Text.Whitespace

'{'           Punctuation
'"a"'         Name.Tag
':'           Punctuation
' '           Text.Whitespace
'"b"'         Literal.String.Double
'}'           Punctuation
'\n'          Text.Whitespace