ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / XML file functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Converts an XML string to JSON.
Example
Syntax
<Result> = <XML to convert>.ToJSON([<Converter>])
<Result>: JSON variable
JSON variable that corresponds to the converted XML element.
<XML to convert>: xmlNode variable
<Converter>: Optional JSONXMLConverter variable
Name of the JSONXMLConverter variable that corresponds to the custom conversion standard to be applied.
Note: This customization requires a good knowledge of XML.
If this parameter is not specified, a default standard will be used during conversion. The default values of the JSONXMLConverter variable will be used.
Business / UI classification: Neutral code
Component: wd300vm.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/16/2024

Send a report | Local help