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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -