|
|
|
|
|
|
|
Converts the content of a JSON variable to a JSON string. |
|
|
|
|
|
|
Converts a JSON string to XML. |
|
|
|
|
|
|
Populates a Table or TreeView Table control with the contents of a JSON string or variable. |
|
|
|
|
|
|
Removes an existing folder from the list of subscribed folders. This new function is available from WINDEV Suite SaaS 2025 - Update 2. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The JSON simplifies actions on data in JSON format. |
|
|
|
|
|
|
Creates a reader to read a JSON document without loading it into memory. Attention This function is only available from version 2025 Update 3. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Converts the content of a JSON variable to a JSON string. |
|
|
|
|
|
|
Populates a Table or TreeView Table control with the contents of a JSON string or variable. |
|
|
|
|
|
|
Usage example of the JSONToVariant function |
|
|
|
|
|
|
Converts a JSON string to XML. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|