Vertaling van "objets JSON" in Engels
Ajout d'une fonction basique de validation des objets JSON.
Added a basic validation function to validate struture of JSON objects.
Ces messages doivent être formés par des chaines de caractères classiques ou via des objets JSON.
Those messages can be formed with normal strings or JSON objects.
Les objets JSON auront les objets identiques à leurs parents.
The JSON objects will have identical objects to their parent.
Le contenu est stocké comme objets JSON.
Content is stored as JSON objects...
La syntaxe correcte est un tableau d'objets JSON, où chaque objet contient une seule propriété.
The correct syntax is an array of JSON objects, where each object contains only a single property.
Les clés des objets JSON seront sélectionnables en tant que champs dans le menu déroulant pertinent.
The keys from the JSON objects will be selectable as fields in the relevant dropdown.
Un autre exemple est si vos données nécessitent un nombre important de petits changements sur des objets JSON importants.
Another example would be if your data model is going to require lots of small changes to large JSON objects.
Comment créer un élément de données en fonction d'un tableau d'objets JSON ?
How to create a data-element based on a JSON object array?
Il recherche les collections de valeurs clés des objets JSON pour créer les colonnes de l'ensemble de données.
The parser looks for the collections of the key values of the JSON objects to create the dataset columns.
Cela fonctionne comme un analyseur complet et fournit un support de diffusion (stream) pour la lecture des objets JSON.
This works as a full parser and provide streaming support for reading JSON objects.
En quelques lignes de code, les développeurs peuvent chiffrer les données des utilisateurs dans une application mobile ou un navigateur, les stocker, puis y accéder en tant qu'objets JSON après leur déchiffrement dans le client.
In a few lines of code, developers can encrypt user data in a browser or mobile app, store it encrypted, and access it as a JSON object after decryption in the client.
Les objets JSON sont plus adaptés que les tableaux pour tester l'inclusion ou l'existence quand il y a de nombreuses clés ou éléments impliqués, car contrairement aux tableaux ils sont optimisés de manière interne pour la recherche et n'ont pas besoin d'être parcourus linéairement.
JSON objects are better suited than arrays for testing containment or existence when there are many keys or elements involved, because unlike arrays they are internally optimized for searching, and do not need to be searched linearly.
Certains suggèrent qu'un identifiant de classe soit passé, et qu'une instance de cette classe soit créée et définie avec les paires clé/valeur des objets JSON ; d'autres pensent que cela pourrait poser un risque de sécurité potentiel.
Some suggest that a class identifier should be passed, and an object instance of that class should be created and populated with the key/value pairs of the JSON object; others feel this could pose a substantial security risk.