democrie
4 Aug 2007, 5:32 AM
First of all Hello to everybody, this is my first one B)
having one elementary JSON object name Properties, made with Ext.decode() from an array for example, i can access to a precise Property or affect it by :
DaProperty = Properties[ Property ]
Properties[ Property ] = myNewPropertyValue
The question is quite simple : How can I retreive one property ?
and by the way, i may have not have seen any document about functions concerning access to a json object.
thx in advance
having one elementary JSON object name Properties, made with Ext.decode() from an array for example, i can access to a precise Property or affect it by :
DaProperty = Properties[ Property ]
Properties[ Property ] = myNewPropertyValue
The question is quite simple : How can I retreive one property ?
and by the way, i may have not have seen any document about functions concerning access to a json object.
thx in advance