Extiende la matriz JSON a un conjunto de valores de texto.
Una matriz JSON de etiquetas para configurar en el usuario.
Actualmente, nuestro archivo de routes.js es crear manualmente una matriz JSON de los usuarios, que se parece a esto.
Currently, our routes.js file is manually creating a JSON array of users, which looks like this.
Para un elemento de matriz JSON, utilice el índice en lugar de un nombre de propiedad.
For a JSON array element, use the index instead of a property name.
Una matriz JSON también funcionaría aquí, pero el uso de un objeto nos permite hacer algunas cosas más interesantes que veremos pronto.
A JSON array would also work here, but using an object allows us to do some more cool stuff that you'll see soon.
Este procesador extrae varios valores de un campo que contiene una matriz JSON y los concatena en un campo multivalor.
This processor extracts multiple values from a field containing a JSON array and concatenates them into a multivalued field.
Recuerde que el nodo ítem de la fuente de página corresponde a cada uno de los elementos de la matriz JSON.
Note that the item node in the page source corresponds to each item in the JSON array.
Una matriz JSON en cada una de las líneas (o una matriz entera)
one JSON array on each line (or one array altogether)
Si el documento es una matriz JSON, se creará un registro para cada uno de los objetos en la matriz (las claves se usarán como nombres de columna).
If the document is a JSON array, a record will be created for each object inside the array (the keys will be used as column names).
La respuesta de la llamada a la API es una matriz JSON que contiene datos acerca del token inspeccionado.
The response of the API call is a JSON array containing data about the inspected token.
Raíz JSON Ruta de la matriz JSON que contiene los objetos que se convertirán en los registros de conjuntos de datos.
Path to the JSON array that contains the objects that will become the dataset records.
Los elementos de la matriz JSON se convierten en elementos XML dentro de este contenedor y cada uno de los elementos recibe el nombre que se especifique en el cuadro de texto.
The items of the JSON array are created as XML elements within this container. Each is given the name you specify in the Array item element name text box.
En este archivo JSON, la matriz JSON está directamente en la raíz.
In this JSON file, the JSON array is directly at the root.