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