meta data for this page
ibec_JsonToXML
ibec_JsonToXML allows the conversion of JSON data to XML. Afterwards Working with XML Data functions can be used to process data.
Description
No additional description…
Syntax
function ibec_JsonToXML(JsonData : string, Options : variant);
Example
s = ibec_LoadFromFile('d:\temp\data.json');
s = ibec_JsonToXML(s, 'Readable');
ibec_SaveToFile('d:\temp\data.xml', s, __stfOverwrite);