extjs - Parse JSON in Ext JS 4 or JavaScript -
this question has reply here:
parse json in javascript? [duplicate] 16 answersi have type of json:
{"value":[{"idproductcategoryattributevalue":43,"value":"7","sortorder":0}]}
i want individual parameters values like. how parse json string in ext js 4 or in simple javascript?
have @ http://docs.sencha.com/ext-js/4-1/#!/api/ext.json. there find how can parse json ext js 4.
var strjson = '{"value": [{"idproductcategoryattributevalue":43,"value":"7","sortorder":0}]}'; var obj = ext.json.decode(strjson);
javascript extjs extjs4 extjs-mvc
No comments:
Post a Comment