Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json_tokener_parse error #242

Closed
ooooldman opened this issue Jul 23, 2016 · 3 comments
Closed

json_tokener_parse error #242

ooooldman opened this issue Jul 23, 2016 · 3 comments

Comments

@ooooldman
Copy link

printf("json_source %s\n", buf);
// output: {"pt-BR":"Ásia"}

json = json_tokener_parse(buf);
printf("json = %s\n", json_object_to_json_string(json));

//output: json = {"pt-BR": "\u00

???

@rgerhards
Copy link
Contributor

Are you sure this is with json-c and not with libfastjson? See #237

@ooooldman
Copy link
Author

thanks!

@hawicz
Copy link
Member

hawicz commented Jul 27, 2016

Closing, since it doesn't appear to be a problem with json-c.

@hawicz hawicz closed this as completed Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants