ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
13 results for: JSON
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
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>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
HJSONToRecord (Function)
Imports JSON data into the current record.
JSONValid (Function)
Checks the validity of a JSON string.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
Serialize (Function)
Transforms the following elements into a specific format:
  • a structure (and its subelements),
  • a class (and its subelements),
  • an array (including the associative arrays),
  • a queue,
  • a stack,
  • a list.
JSONToXML (Function)
Converts a JSON string to XML.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.