aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/unicode-escape.json
blob: 06fae70578eba4fb7da56ce4126212b6607b471d (plain)
1
2
3
4
5
6
7
8
{
    "answer1": {"type": "string", "value": "\u000B"},
    "answer4": {"type": "string", "value": "\u03B4α"},
    "answer8": {"type": "string", "value": "\u03B4β"},
    "answer9": {"type": "string", "value": "\uc0de"},
    "answer10": {"type": "string", "value": "\u03B4α"},
    "answer11": {"type": "string", "value": "\uABC1"}
}