ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: JSON functions
12 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 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 manipulation 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.
Attention This function is only available from version 2025 Update 3.
jsonReader (Variable type)
The type jsonReader type allows linear browsing of a large JSON document with optimal performance and reduced memory usage.
Warning This type of variable 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
JSONToXML (Function)
Converts a JSON string to XML.