Questions tagged as 'json'

2
answers

Browse json array in ajax extracted by php

I'm new to ajax and javascript. My goal is to extract the value of the input in relation and through ajax send it to php, there by a function that I have with mysqli, I get an array, in the end I use echo json_encode, but I do not know where tha...
asked by 03.05.2018 / 19:51
0
answers

INSERT JSON TO SQLite - ANDROID

I am trying to query a json from a local server and insert it into SQLite but it is not inserting it. public void cargarTrabajadores() { RequestQueue requestQueve = Volley.newRequestQueue(this); JsonObjectRequest jsonObjectReques...
asked by 26.04.2018 / 19:34
0
answers

Problem with JsonArrayRequest

I am working with JsonArrayRequest to be able to recover data from a webservice but it gives me an error when executing, this is the error that it gives me:    Error: (62, 45) error: not suitable constructor found for   JsonArrayRequest (int,...
asked by 26.04.2018 / 17:48
2
answers

ASP.NET MVC 5 consuming api

I am developing a new platform which consumes data from an API of the SBIF, but the JSON with the data that it returns to me comes like this { "Dolares": [ { "Valor": "603,31", "Fecha": "2018-04-27"...
asked by 27.04.2018 / 14:07
0
answers

How to display the Selected Data (using JSON) of a Multiple Select

<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> <script type="text/javascript" src="js/funciones.js"></script> <link href="css/jquery.multiselect.c...
asked by 03.05.2018 / 22:38
0
answers

I need to program a trading button

is the first question I ask here, specifically I want to develop a web application that works on a server and makes cryptocurrency trading all the time through programmed rules. The exchange in which tradeo has its API so that's why there's no p...
asked by 24.04.2018 / 23:33
0
answers

graph with chartjs and filter

You can graph with a filter, but with two no, please help. index.php <body> <div class="caja"> <select onChange="mostrarResultados();" id="year"> <!--<select onChange="mostrarResultados(th...
asked by 28.04.2018 / 01:03
1
answer

Show Json in php with codeigniter

How can I access calidades to display them in my table? my exit shows the following { "separaciones": [ { "id": "92", "idcuenta": "1", "idusuario": "1", "identrada": "185", "tcajas": "350",...
asked by 22.04.2018 / 04:14
1
answer

Save data with JSON medainte input text in localStorage

I have a job to deliver in a few hours but it does not work out. I do not know if someone can help me. What I have to do is that when I add a new element and save the text it is uploaded to the localStorage and that when that element array is de...
asked by 25.04.2018 / 17:47
1
answer

How to pair a string to jsonObject Xcode (Swift)

let request = NSMutableURLRequest(url: NSURL(string: "https://blablabla.php")! as URL) request.httpMethod = "POST" request.httpBody = "Accion=SincronizarProducto".data(using: String.Encoding.utf8) let task = URLSession.shared.dataTas...
asked by 29.04.2018 / 21:35