JSON - Interface

JSON = class static (Object)Interface de JSONExemples de JSON
Constructeurs/Destructeur
Aucune
Propriétés
Aucune
Méthodes
class methodNewArray : JSONVariant Crée un tableau JSONQubes 6.1
class methodNewObject : JSONVariant Description de NewObjectQubes 9.0
class methodParse : JSONVariant Effectue l'analyse d'une chaîne JSONQubes 6.1
class methodParseFloatArray : array of Float Interprète un tableau de flottantsQubes 6.3
class methodParseIntegerArray : array of Integer Interprète un tableau d'entiersQubes 6.3
class methodParseStringArray : array of String Interprète un tableau de chaînesQubes 6.3
class methodParseUTF8 : JSONVariant Effectue l'analyse d'une chaîne JSON UTF-8Qubes 7.2
class methodPrettyStringify : String Génère une représentation chaîne mise en formeQubes 9.0
class methodSerialize : JSONVariant Génère une réprésentation JSONvariant d'une valeurQubes 7.2
class methodStringify : String Génère une représentation JSON d'une valeurQubes 6.1
class methodStringifyUTF8 : String Génère une représentation JSON UTF-8 d'une valeurQubes 7.2