JSON parse error on line 5 Expecting '}', ':', ',', ']' -
please help. have error in line 5 , not find it.
{ "_id": "_design/admin", "_rev": "23-99ab8890e8854137647859b56590a68c", "shows": { " les roles ": "function(doc,req) { return { body : [ "<h1>le", doc._id, "de" , doc.role, "</h1>"].join("");};}" } }
you should escape quotes inside quotes \"
Comments
Post a Comment