<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>19 Aug 2015 08:24:00 Z</lastBuildDate><pubDate>18 Aug 2015 11:41:00 Z</pubDate><description>hi,&#13;
&#13;
I need to Deserialize() the following json&#13;
&#13;
{&#13;
"RS": "OK",&#13;
"ER": "",&#13;
"DT": [&#13;
{&#13;
"id": "A1",&#13;
"name": "AAA",&#13;
"disable": 0&#13;
},&#13;
{&#13;
"id": "B1",&#13;
"name": "BBB",&#13;
"disable": 1&#13;
},&#13;
{&#13;
"id": "C1",&#13;
"name": "CCC",&#13;
"disable": 1&#13;
}&#13;
]&#13;
}&#13;
&#13;
&#13;
using following method , I manage to get RS and ER value, but I don't know how to get DT values.&#13;
&#13;
STdt is Structure&#13;
id is string&#13;
nm is string&#13;
ds is int&#13;
END&#13;
&#13;
STjson is Structure&#13;
RS is string&#13;
ER is string&#13;
DT is array of STdt&#13;
END&#13;
&#13;
m_STjson is STjson&#13;
&#13;
Deserialize(m_STjson, cMyResponse..Content, psdJSON)</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json/read.awp</link><title>[WD20] Help Deserialize json</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json-53580/read.awp</comments><pubDate>19 Aug 2015 08:24:00 Z</pubDate><description>Hi,&#13;
&#13;
You have to make sure your names of the structure match the names (and types) of the JSON data.&#13;
&#13;
In your structure you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json-53580/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json-53580/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json/read.awp">[WD20] Help Deserialize json</source><title>Re: [WD20] Help Deserialize json</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json-53574/read.awp</comments><pubDate>18 Aug 2015 16:42:00 Z</pubDate><description>I think this will help. JSONToVariant().&#13;
&#13;
http://doc.windev.com/en-US/?1000021052&amp;name=JSONToVariant</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json-53574/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json-53574/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53567-wd20-help-deserialize-json/read.awp">[WD20] Help Deserialize json</source><title>Re: [WD20] Help Deserialize json</title></item></channel></rss>
