JSON.ParseStringArray
| JSON = class static (Object) | Interface de JSON | Exemples de JSON |
Qubes 6.3 Interprète un tableau de chaînes
Syntaxe
class method ParseStringArray(str: String): array of String (Qubes 7.0)
class function ParseStringArray(str: String): array of string
str: chaîne JSON contenant le tableau
Remarques
La chaîne JSON doit contenir uniquement un tableau de chaînes, ou une erreur sera retournée.
Cette méthode est optimisé pour ce cas particulier et retourne directement un tableau fortement typé.
Voir aussi ParseIntegerArray et ParseFloatArray.