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

Remove possible Unicode BOM from JSON data #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rprinz08
Copy link

Sometimes, services send JSON data which includes a BOM (https://de.wikipedia.org/wiki/Byte_Order_Mark) which is wrong (according to https://tools.ietf.org/html/rfc7159#section-8.1 second paragraph) but break things as node-rest-client throws an exception when calling JSON.parse. This patch tries to remove UTF-8/16/32 BOMs before this to be more robust against such services.

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

Successfully merging this pull request may close these issues.

1 participant