i've the following object and I need to put the "string",how should I put the value of name
{"name":{"_parent":["/test"]}}
inside,I try with " which doesnt work for me ,any idea ?
var file = {
"name" : "{"name":{"_parent":["/test"]}}"
update I cannot use the jsonParse or stringify as I need to put it hardcoded