jchris / couchapp

The official repo is now at http://github.com/couchapp/couchapp
http://wiki.github.com/couchapp/couchapp
157 stars 123 forks source link

CouchApp not validating JSON docs before push. #7

Open MrTrick opened 14 years ago

MrTrick commented 14 years ago

If a document ending in .json is loaded using !json, it should be validated as being valid JSON markup.

I had a large object that had one instance of ; instead of : ... and couchdb silently loaded the markup as a string value.

benoitc commented 14 years ago

this version of couchapp is old. Current is here : http://github.com/couchapp/couchapp

doc :

http://benoitc.github.com/couchapp

MrTrick commented 14 years ago

Thank you, I will move the issues there.