go-toml/parse/testfiles/valid/mmakaay/toml-hard-example-unicode.json

60 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"the" : {
"hard" : {
"another_test_string" : {
"type" : "string",
"value" : "§á₥è ƭλïñϱ, βúƭ ωïƭλ á ƨƭřïñϱ #"
},
"test_array" : {
"type" : "array",
"value" : [
{
"value" : "] ",
"type" : "string"
},
{
"value" : " # ",
"type" : "string"
}
]
},
"harder_test_string" : {
"type" : "string",
"value" : " Âñδ ωλèñ \"'ƨ ářè ïñ ƭλè ƨƭřïñϱ, áℓôñϱ ωïƭλ # \""
},
"βïƭ#" : {
"multi_line_array" : {
"type" : "array",
"value" : [
{
"type" : "string",
"value" : "]"
}
]
},
"ωλáƭ?" : {
"type" : "string",
"value" : "Ýôú δôñ'ƭ ƭλïñƙ ƨô₥è úƨèř ωôñ'ƭ δô ƭλáƭ?"
}
},
"test_array2" : {
"value" : [
{
"value" : "Tèƨƭ #11 ]ƥřôƲèδ ƭλáƭ",
"type" : "string"
},
{
"type" : "string",
"value" : "Éжƥèřï₥èñƭ #9 ωáƨ á ƨúççèƨƨ"
}
],
"type" : "array"
}
},
"test_string" : {
"value" : "Ýôú' λáƭè ₥è áƒƭèř ƭλïƨ - #",
"type" : "string"
}
}
}