We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Should this work with UTF-8 encoded files? If I try to open a file using json.open("file.json") that is UTF-8 encoded I get the following error:
ofxJSONElement::openLocal: Unable to parse file.json: * Line 1, Column 1 Syntax error: value, object or array expected.
If the same file is encoded as ANSI then it works fine.
The text was updated successfully, but these errors were encountered:
This is a jsoncpp issue open-source-parsers/jsoncpp#428
Sorry, something went wrong.
We need to confirm that the old API is not being used. Since ofJson is now the OF standard, this addon isn't maintained anymore, but PRs are welcome!
No branches or pull requests
Hi,
Should this work with UTF-8 encoded files? If I try to open a file using json.open("file.json") that is UTF-8 encoded I get the following error:
If the same file is encoded as ANSI then it works fine.
The text was updated successfully, but these errors were encountered: