WebSquare.json Package
Type
- engine
Property Summary
Event Summary
Method Summary
- JSON2XML( jsondata )
- Converts JSON data into WebSquare5 XML data.
- XML2JSONString( data )
- Converts XML into JSON data and returns as a string.
Property Detail
Event Detail
Method Detail
- JSON2XML( jsondata )
-
Converts JSON data into WebSquare5 XML data.
Parameter name type required description jsondata Object Y JSON data Return type description Object Converts JSON data into XML and returns the converted XML data. - XML2JSONString( data )
-
Converts XML into JSON data and returns as a string.
Parameter name type required description data Object Y XML to convert Return type description String Converts XML into JSON data and returns as a string.