Welcome! Please see the About page for a little more info on how this works.

0 votes
in data.json by

Strings with escaped backslash throw

(json/read-str "{\"aaa\":\" \\> \"}")

Throws{{"No matching clause: 62"}} exception.

2 Answers

0 votes
by

Comment made by: vitoshka

Nevermind. It's an improper json that I have to deal with, not a data.json bug.

0 votes
by
Reference: https://clojure.atlassian.net/browse/DJSON-25 (reported by vitoshka)
...