Vertaling van "objetos JSON" in Engels
Asimismo, se pueden utilizar aplicaciones web o usos web con objetos JSON.
Likewise, web apps or web uses with JSON objects can be used.
Las respuestas se devuelven en objetos JSON.
Las últimas versiones de los navegadores modernos son compatibles con la transferencia de objetos JSON.
The latest versions of the modern browsers support passing a JSON object.
Para mitigar este problema, llame a estos métodos con menos objetos JSON al mismo tiempo.
To mitigate this issue, call these methods with fewer JSON objects at a time.
Las claves de los objetos JSON se podrán seleccionar como campos en el desplegable correspondiente.
The keys from the JSON objects will be selectable as fields in the relevant dropdown.
Si la matriz contiene objetos JSON, se usará tal cual.
Array: if the array contains JSON objects, it will be used as-is
Sin embargo, las aplicaciones más avanzados pueden utilizar esta función para almacenar datos estructurados, como los objetos JSON.
However, advanced applications can use this feature to store structured data, such as JSON objects.
En nuestro ejemplo, cada uno de los cuatro objetos JSON dentro del arreglo dataset fungirá como el dato actual en un momento dado.
In our example, each of the JSON objects inside the dataset array, work as the current datum at some point.
Esto significa que puede agregar pares clave-valor a él, donde las claves son siempre cadenas, y los valores pueden ser tipos primitivos, matrices u otros objetos JSON.
That means you can add key-value pairs to it, where the keys are always strings, and the values are either primitives, arrays, or other JSON objects.
En un caso más complejo, los datos de sustitución pueden consistir en objetos JSON anidados e incluso matrices de objetos.
In a more complex case, the substitution data can consist of nested JSON objects and even arrays of objects.
Si tu app solo utiliza uno o dos de esos servicios, comienza por borrar los objetos JSON asociados con los servicios sin utilizar.
If your app only uses one or two of those services, start by deleting the JSON objects associated with the unused services.
Esto permite escribir enunciados que recorren una matriz de objetos JSON y valores sustitutos que existen en cada objeto de la matriz, por ejemplo, una matriz de pedidos de clientes.
This allows you to write statements that run through an array of JSON objects and substitute values that exist in each object in the array, for example, an array of customer orders.
A continuación, puede añadir datos (una matriz de objetos JSON) y decidir si desea marcarlos como "sucios".
Then, you can add data (array of JSON objects) and decide whether you want it to be marked dirty or not.