-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
multiline text values #255
Comments
Newline characters must be escaped, see RFC 7159, Section 7:
As |
(Side remark: Python fails to parse the string:
|
Thank you! Standard php-function "json_encode" not escaping new lines, so I thought it was the correct json-object. In python 3.5.1 is no exception. |
For Python 3.5.1, I get the same error:
But you are right for PHP's |
This json-object causes an error. Standard facilities python, php and js correctly handle it.
The text was updated successfully, but these errors were encountered: