ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONValid (Function)
Checks the validity of a JSON string.
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
HJSONToRecord (Function)
Imports JSON data into the current record.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
XMLToJSON (Function)
Converts an XML string to JSON.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
JSONToXML (Function)
Converts a JSON string to XML.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
AuthImportToken( Function)
Creates a webservice access token from an description token in JSON format.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
<Source>.ExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
JSONXMLConverter (Type of variable)
... of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model...
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model...
1
2
>