33 lines
633 B
Plaintext
33 lines
633 B
Plaintext
{"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. |