JSON - Interface
| JSON = class static (Object) | Interface de JSON | Exemples de JSON |
| Constructeurs/Destructeur | ||||
|---|---|---|---|---|
| Aucune | ||||
| Propriétés | ||||
| Aucune | ||||
| Méthodes | ||||
| class method | NewArray : JSONVariant | Crée un tableau JSON | Qubes 6.1 | |
| class method | NewObject : JSONVariant | Description de NewObject | Qubes 9.0 | |
| class method | Parse : JSONVariant | Effectue l'analyse d'une chaîne JSON | Qubes 6.1 | |
| class method | ParseFloatArray : array of Float | Interprète un tableau de flottants | Qubes 6.3 | |
| class method | ParseIntegerArray : array of Integer | Interprète un tableau d'entiers | Qubes 6.3 | |
| class method | ParseStringArray : array of String | Interprète un tableau de chaînes | Qubes 6.3 | |
| class method | ParseUTF8 : JSONVariant | Effectue l'analyse d'une chaîne JSON UTF-8 | Qubes 7.2 | |
| class method | PrettyStringify : String | Génère une représentation chaîne mise en forme | Qubes 9.0 | |
| class method | Serialize : JSONVariant | Génère une réprésentation JSONvariant d'une valeur | Qubes 7.2 | |
| class method | Stringify : String | Génère une représentation JSON d'une valeur | Qubes 6.1 | |
| class method | StringifyUTF8 : String | Génère une représentation JSON UTF-8 d'une valeur | Qubes 7.2 | |