|
|
|
|
|
VariantVersJSON (Fonction) En anglais : VariantToJSON Convertit le contenu d'une variable de type Variant au format JSON.
Personne est un Variant
Personne.Nom = "DUPONT"
Personne.Prenom = "Michel"
Trace(VariantVersJSON(Personne))
Syntaxe
<Résultat> = VariantVersJSON(<Variant> [, <Options>])
<Résultat> : Chaîne de caractères Résultat de la conversion au format JSON. <Variant> : Variable de type Variant Nom de la variable de type Variant à convertir au format JSON. <Options> : Constante de type Entier Option de mise en forme du JSON : | | psdMinifié | Génère un JSON en supprimant les espaces inutiles (retours à la ligne, caractères d'espacement, ...). | psdMiseEnForme | Génère un JSON avec des retours à la ligne et une indentation. |
Classification Métier / UI : Code neutre
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|