ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
12 results for: JSON
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
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.
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.
JSONToXML (Function)
Converts a JSON string to XML.
JSONValid (Function)
Checks the validity of a JSON string.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
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.
HJSONToRecord (Function)
Imports JSON data into the current record.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.