hello!
When I using this program "jsonio" ,I found that this program does not read JSON file well when the file concludes Chinese character same as "北京市".These characters will be converted to "???" in Stata.
This problem has a very negative impact on Chinese users.
here is a example JSON file
{
"city_id": 158,
"city_name": "长沙市",
"location":
{
"lng": 112.95032970443,
"lat": 28.185608728934
}
}
Thank you :)
hello!
When I using this program "jsonio" ,I found that this program does not read JSON file well when the file concludes Chinese character same as "北京市".These characters will be converted to "???" in Stata.
This problem has a very negative impact on Chinese users.
here is a example JSON file
Thank you :)