Vertaling van "JSON Parse" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
This command performs the opposite action of the JSON Parse command.
Cette commande effectue l'action inverse de la commande JSON Parse.
This is different from checking that the JSON is well-formed, which is done by the JSON Parse command.
C'est différent d'une vérification que le JSON est bien-formé, ce que fait la commande JSON Parse.
This property is filled if the JSON has been parsed by JSON Parse with the parameter.
Cette propriété est renseignée si le fichier JSON est analysé par la commande JSON Parse avec le paramètre .
JSON Parse can therefore be used to validate JSON strings.
JSON Parse peut donc être utilisée pour valider du JSON.
( ) Strings formatted in JSON can be converted into scalar data or into objects using the JSON Parse command.
( ) Les chaînes formatées en JSON peuvent être converties en données scalaires, objets ou collections à l'aide de la commande JSON Parse.
Description The JSON Parse command parses the contents of a JSON-formatted string and extracts values that you can store in a 4D field or variable.
Description La commande JSON Parse analyse (parse) le contenu d'une chaîne formatée en JSON et en extrait des valeurs que vous pouvez stocker dans un champ ou une variable 4D.
/ No error; base64 decode and JSON parse the data from the Github response
/ Pas d'erreur; base64 décoder et JSON analyser les données de la réponse Github
Note: Starting with 4D v16 R4, JSON PARSE ARRAY can usually be replaced by a call to JSON Parse that returns a collection.