Questions tagged as 'json'

1
answer

Deserialize JSON with the following format [param 1, param 2, param 3]

How can I deserialize this information. {"games":"[ [ID, Descripcion1, Descripcion2, Descripcion3], [222, Halo, $2333, null], [333, Sugar, $333, null]]} "     
asked by 02.10.2018 / 13:42
0
answers

How to check an input, according to the parameter received from a JSON, jquery?

Currently I fill a table dynamically in the following way: var cupones_bienvenida_todos = $('.cupones_bienvenida_todos'); var tipoCupon =''; $.each(response.data, function (i) {...
asked by 01.10.2018 / 06:11
0
answers

Error java.net.SocketTimeoutException on Android with REST API

I have an application that sends JSON's to a controller so I can handle them and save them to the Database. I have tried and saved them correctly. The problem I have is that I do not get the server's success answer but I have a message the Log...
asked by 28.09.2018 / 18:08
1
answer

Does not show the Throw New Error in Node.js

I'm working with this function: function Validate_Number(jsonFile){ jsonFile.forEach(f =>{ f.Notification.forEach(e =>{ e.Means.forEach(function(v){ let data = Object.keys(v); data.forEach(function( x ){...
asked by 27.09.2018 / 21:08
0
answers

C # Use HttpGet

good morning, I consult the following, as I do to receive a list < > in C # and send it to javascript in order to display it in a table with data on my website. I can send it using json with POST and send it through a method with the tag [...
asked by 02.10.2018 / 00:18
1
answer

How to check some input according to the value of a json, jquery?

Good morning, I currently generate a list of coupons dynamically in the following way: var cupones_bienvenida = $('.cupones_bienvenida'); var tipoCupon =''; $.each(response.data, function (i) {...
asked by 26.09.2018 / 18:01
0
answers

How to select checkbox and fill a table from a json, jquery?

Good morning I have the following view in the following way: When switching to another view, what is generated is the following json: { "titulo":"Todos los checkbox", "checkbox":[ { "identificador":"168511",...
asked by 30.09.2018 / 09:11
0
answers

save data in Json format in a cookie

I have the following dilemma suppose I have a specific json { id: 1, cantidad:2, pvp:3.4, nombre: producto } and that json I save it in a cookie , after that I concatenate another json with the same characteristics, and then...
asked by 27.09.2018 / 13:45
1
answer

align columns of a HTML select

I'm doing a web form, I try to emulate a listbox, with the html select, the data pulls, but the problem is to show the content of the data obtained, after going through html, css, php, json, js, sql server and other herbs , I get the code to...
asked by 25.09.2018 / 18:57
0
answers

League of Legend API with javascript

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <t...
asked by 25.09.2018 / 21:27