creationix / couch-client

A minimal CouchDB client that easy and powerful
MIT License
101 stars 9 forks source link

Handle json parse error #15

Closed nick closed 13 years ago

nick commented 13 years ago

If couch doesn't return a valid JSON object (when using an external handler, for example), the JSON parser dies without the error callback

candland commented 13 years ago

thanks nick, merged into master.