Closed fisxoj closed 4 years ago
Hello,
I was playing with some json and something autoformatted my object to contain windows style newlines and then jonathan threw an error when I tried to parse the resulting object.
To reproduce:
CL-USER> (jojo:parse (format nil "{\"name\":\"jonathan\"~c~c}" #\Return #\Linefeed) :as :alist) ; Debugger entered on #<JONATHAN.ERROR:<JONATHAN-UNEXPECTED-EOF-ERROR> {1002AC5293}>
Thank you for jonathan, I've been using it for years!
I just peeked at the pull requests and it looks like #60 addresses this.
It looks like #60 was merged, so thanks to @jlahd and @Rudolph-Miller for sorting it out!
Hello,
I was playing with some json and something autoformatted my object to contain windows style newlines and then jonathan threw an error when I tried to parse the resulting object.
To reproduce:
Thank you for jonathan, I've been using it for years!