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

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -