toml-rs/test-suite/tests/valid/unicode-escape.json

9 lines
335 B
JSON
Raw Normal View History

2014-06-20 19:01:38 -05:00
{
"answer1": {"type": "string", "value": "\u000B"},
2016-04-03 03:08:23 -05:00
"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"}
2014-06-20 19:01:38 -05:00
}