-
Notifications
You must be signed in to change notification settings - Fork 4
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
Illegal unquoted char in JSON response #28
Comments
+1 I had the same issue for JugApp. Wa have to find a way to have some raw and decorated data. |
+1 On Mon, Sep 19, 2011 at 4:18 PM, Eric Taix <
"Computers are useless. They can only give you answers."
|
Great ! It could be a good solution for both decorated and raw data. |
This issue still exists : I had to remove all line feeds from the new b21 server data. Also double-quote must be escaped too ! |
When using reserved char (ie CTRL+CHAR - code 10), it throws a Jackson parser exception in JUGDroid.
Test to reproduce : Use initial-data.yml and with your browser type http://localhost:9000/api/members/all.json
Arnaud's description has some line feeds which is not allowed except if it is escaped !
I wonder if use of "textile" is a good idea... Data must not have any view style if we want to be able to use them in different frontend. No ?
The text was updated successfully, but these errors were encountered: