嵌套對象的值,我想在下面的JSON的REQ1值,programatically.Here RequestTypeItem也可被改變,所以它是不固定的。我還能使用object.subobject獲得在JSON
我能夠導航至插槽使用
var b = JSON.parse("{ .... }");
b.request.intent.slots.RequestTypeItem.value
已導航,但我可以進一步編程導航。
{"request": {
"locale": "en-US",
"timestamp": "2016-09-25T00:36:14Z",
"type": {
"name": "request",
"slots": {
"RequestTypeItem": {
"name": "RequestTypeItem",
"value": "req1"
}
}
}
}
}