Examples with "JSON encoded" and their translation in Spaans
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.
Response will be a JSON encoded object.
To send data back to the client, return data that can be JSON encoded.
Para devolver los datos al cliente, muestra los datos que pueden tener codificación JSON.
After going through content of the web-page we find that the data is stored under "script" tag and it is JSON encoded.
Después de revisar el contenido de la página web, encontramos que los datos se almacenan bajo la etiqueta "script" y están codificados en JSON.
Takes a JSON encoded string and converts it into a PHP variable.
Andere resultaten
The body of the request will be a JSON-encoded representation of the data.
In our case, we'll check the presence of the jsondata request parameter that should contain the JSON-encoded string of the credentials.
En nuestro caso, verificaremos la presencia del parámetro de solicitud jsondata que debe contener la cadena de credenciales codificada en JSON.
Create a PHP file that represents the service being invoked and returns a JSON-encoded ServiceResult object.
Cree un archivo PHP que represente el servicio invocado y retorne, codificado en JSON, un objeto ServiceResult.
The JSON-encoded data will be an object with two keys: path and data
The JSON-encoded data will be an object with two keys: path and data
If you already have JSON-encoded text, then assign the text to the Payload property instead of the Data property.
Si ya tiene texto codificado en JSON, asigne el texto a la propiedad Payload en lugar de la propiedad Data.
The handler function being registered is passed along the result object, which is the JSON-encoded ServiceResult object returned by the login service.
La función de manejador registrada se pasa junto al objeto result, que es el objeto ServiceResult codificado en JSON, retornado por el servicio de inicio de sesión.
A message is a JSON-encoded string that is either sent by the browser to the service worker, or sent by the service worker to the browser.
Un mensaje es una cadena de texto codificada en JSON que es enviada por el navegador por el worker de servicio, o es enviada por el worker del servicio al navegador.
The body of the request contains a JSON-encoded message as shown in the following notification request
El cuerpo de la solicitud contiene un mensaje codificado en JSON como se muestra en la solicitud de notificación siguiente