{ | |
"Some ASCII string" = "Test ASCII String"; | |
"Some UTF8 strings" = ( | |
"àéèçù", | |
"日本語", | |
"汉语/漢語", | |
"한국어/조선말", | |
"русский язык", | |
"الْعَرَبيّة", | |
"עִבְרִית", | |
"język polski", | |
"हिन्दी", | |
); | |
"Keys & \"entities\"" = "hello world & others <nodes> are fun!?'"; | |
"Some Int" = 32434543632; | |
"Some String with Unicode entity" = "Yeah check this: \U1234 !!!"; | |
} |