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

Cannot parse JSON containing newlines #13

Closed
fukamachi opened this issue Apr 3, 2015 · 4 comments
Closed

Cannot parse JSON containing newlines #13

fukamachi opened this issue Apr 3, 2015 · 4 comments

Comments

@fukamachi
Copy link
Contributor

(jonathan:parse "{\"private\": false}")
;=> (:|private| NIL)

;; unexpected EOF
(jonathan:parse "{
    \"private\": false
}")
; Evaluation aborted on #<JONATHAN.ERROR:<JONATHAN-UNEXPECTED-EOF-ERROR> {10048EF0B3}>.

;; Strange behaviour
(jonathan:parse "{
\"private\": false}")
;=> (:|| 0 :|ivate| NIL)
@rudolph-miller
Copy link
Owner

Thanks for your reporting.

@rudolph-miller
Copy link
Owner

6ce48f9

@rudolph-miller
Copy link
Owner

I fixed it.
Can you try with the latest version?

@fukamachi
Copy link
Contributor Author

It works now. Thanks for the quick fix!

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