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

6 lines
169 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β"}
2014-06-20 19:01:38 -05:00
}