{
"home": {
"abcd": {
"dummy":100
}
},
I am using nsJson plugin as following:But this is not working as the mentioned json file still holds the value of dummy=100.
var DESK
function JsonDemo
strcpy $DESK "C:\Users\zaidi.miraz\Desktop"
nsJSON::Set /file $DESK\abc.json
nsJSON::Set `homepage` `abcd` `dummy` /value `500`
functionend
What am I doing wrong?
Pls help.