Any idea why this json wont parse? I am an XML-er and am trying to integrate JSON into a Corona project
{
“en”: {
“text0001”:“Hello world!”
}
“fr”: {
“text0001”:“Bonjour le monde!”
}
“pt”: {
“text0001”:“Olá mundo!”
}
“zh-Hant”: {
“text0001”:“世界你好!”
}
“zh-Hans”: {
“text0001”:“世界你好!”
}
“de”: {
“text0001”:“Hallo Welt!”
}
“it”: {
“text0001”:“Salve mondo!”
}
“ja”: {
“text0001”:“世界よ、こんにちは!”
}
“es”: {
“text0001”:"¡Hola mundo!"
}
}
