-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
parse error: Invalid \uXXXX\uXXXX surrogate pair escape at line 276, column 28101 #2543
Comments
Hi, please cleanup your question formatting and figure out what's on line 276, would make it much easier to help. |
The only surrogate escape i see is $ jq -n '"\ufffd\ud8ec\ufffd"'
jq: error: Invalid \uXXXX\uXXXX surrogate pair escape at line 1, column 20 (while parsing '"\ufffd\ud8ec\ufffd"') at <top-level>, line 1:
"\ufffd\ud8ec\ufffd"
jq: 1 compile error |
Ok, i guess it boils down to this section from the JSON spec https://www.rfc-editor.org/rfc/rfc8259 and that different implementations behave differently in this "unpredictable" case:
|
jq - commandline JSON processor [version 1.6]
at line 276, column 28101:
The text was updated successfully, but these errors were encountered: