pjson not show Chinese
Open
- Dominant language
- Python
- Stars
- 9.2k
- Forks
- 790
- PR merge metrics
- No merged PRs in 30d
Description
pjson not show Chinese. Show ""
NSDictionary *name = @{@"1":@"你好",@"2":@"中国"};
pjson name
{
"1" : "",
"2" : ""
}
Contributor guide
Assessment
This issue has not been assessed yet.