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

Error 10001 when processing chinese character in my application #250

Open
RaymondMZ opened this issue Mar 18, 2023 · 1 comment
Open

Error 10001 when processing chinese character in my application #250

RaymondMZ opened this issue Mar 18, 2023 · 1 comment

Comments

@RaymondMZ
Copy link

I receive the following error when working on Chinese character
Err.Raise 10001, "JSONConverter", json_ParseErrorMessage(JsonString, json_Index, "Expecting '{' or '['")

Anyone care to help explain the reason and the solution to overcome this?

@Nick-vanGemeren
Copy link

You did not mention which function raused the error or provide the input string.

FunctionParseJsondoes not parse 'naked' JSON values (strings, numbers ...) outside a JSON Array or Object.
If you were expecting to receive structured data from a web server, it is likely that you received an error message string rejecting your request. You will need to interpret the message and act on it.

if another function raised the error, it is likely that the input string does not conform to the JSON standard. if you cannot identify the fault, make a text file (.txt) containing the input string and attach it to a reply. Do NOT paste the input string directly into a post.

if the above solves your problem, please close the issue here.

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

2 participants