Questions tagged as 'json'

0
answers

How do I save the result of two variables?

I am learning mvc, I want to work with a payment gateway and I have the payment response variable and also a discount code is not saving the code in the database. if (respuesta.RsptVisa == "1" || !configuracion.PAGO_VISA_VALIDADO.Value)...
asked by 12.07.2018 / 16:14
0
answers

PHP JSON join 2 values

I'm creating a PHP to create a JSON and load a table where I can check the order records, where I have directions and directions to get separately. I want to be able to join those two columns to be able to put those results in a single column of...
asked by 12.07.2018 / 16:27
0
answers

flask, send data from one table to another template

I have a table in html, which is filled with data that the user adds, so the table can have an infinite number of rows. this window with the table is started using flask with python, from main.py table.html <div class="row">...
asked by 04.07.2018 / 22:25
1
answer

Parse Json C # a object

What would be the best way to parse this Json?    link I tried like this, but it does not give me data var resultJson2 = Json.deserialize<List<ClimaHour>>(result.Result); public class ClimaHour { public List<int>...
asked by 03.07.2018 / 15:27
0
answers

I want to fill a listview in Xamarin Android from a mysql server

As the title says, I need to fill a Listview from a mysql database, I have read and I was recommended to use JSON for a security issue, if someone gives me a tutorial link or explains how to do it (what programs should I use , etc) step by step...
asked by 03.07.2018 / 05:07
0
answers

how to add to the right cart from datatables and php? buen di

Good day my problem is that I do not know how to add a product directly to my table detailsCarito from datatables. I have an input in the last two columns where the amount of inventory to write the ones you want to add to the cart and the button...
asked by 06.07.2018 / 14:09
0
answers

How to correctly structure the series for a drilldown in Highcharts

First I do not know if the title of my question is worthy of giving an answer so I thought it enough to formulate it I hope I can count on someone's support. I have the following code, I need to show at the first level years (x axis) and a numbe...
asked by 01.07.2018 / 04:00
0
answers

pass values to a Jsp with Json from a servlet

Hi, I have a problem with jsp, I have a form that makes a query to the database and should return the contents of the database in a lightbox that is in the same jsp file, I'm trying with json <div class="form-group form-float">...
asked by 01.07.2018 / 02:07
0
answers

Update in firebase Cloud

I have the following code to update in firebase: this.db.collection('users').doc(nombre).update({ 'data_array' : { status:estatus } }) .then(function () { }) .catch(function (error) { console.log("Error ! "+error); });...
asked by 28.06.2018 / 22:26
0
answers

Array processing, Objects, javascript

I have the following, I get a Json and I put it back with a For, the intention is to modify some properties in this case the status, for (var i = 0; i < datos.length; i++) { if(datos[i].id_expediente === this.id_expediente ){ cons...
asked by 02.07.2018 / 18:24