ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: JSON functions
14 results
<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.
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
JSON: Handling large (multi-gigabyte) files
Removes an existing folder from the list of subscribed folders.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
JSON variable functions
Envoie une requête HTTP en mode asynchrone : le programme continue de s'exécuter et la réponse est traitée par une procédure spécifique.
Cette fonction est une nouveauté disponible à partir de WINDEV Suite SaaS 2025 Update 3.
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
JSONOpenReader (Function)
Creates a reader to read a JSON document without loading it into memory.
Note: This function is only available from version 2025 Update 3.
jsonReader (Variable type)
The jsonReader type is used to loop through large JSON documents with optimal performance and low memory usage.
Note: This variable type is only available from version 2025 - Update 3.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
JSONToVariant (Example)
Usage example of the JSONToVariant function
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
JSONToXML (Function)
Converts a JSON string to XML.
JSONValid (Function)
Checks the validity of a JSON string.