33 lines
633 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
{"foo\"bar\"baz":1,"foo":2}
{
"foo": 1,
"b\"ar": 2
}
----------------------------------------------------
[
["punctuation", "{"],
["property", "\"foo\\\"bar\\\"baz\""],
["operator", ":"],
["number", "1"],
["punctuation", ","],
["property", "\"foo\""],
["operator", ":"],
["number", "2"],
["punctuation", "}"],
["punctuation", "{"],
["property", "\"foo\""],
["operator", ":"],
["number", "1"],
["punctuation", ","],
["property", "\"b\\\"ar\""],
["operator", ":"],
["number", "2"],
["punctuation", "}"]
]
----------------------------------------------------
Checks for features.