Questions tagged as 'json'

1
answer

Can you read a json and get all the strings without knowing what's inside? [duplicate]

I'm doing a dynamic form where I get a Json and I create a dynamic form, it's all automated, except the part that I have to extract every string from the JSon and put inside a array .     
asked by 16.06.2015 / 22:30
0
answers

How do I prevent JSONArray from organizing itself alphabetically?

I'm getting the data from one JSONArray and passing it to another String, however in this process my data is getting in alphabetical order, and I'd like it to be in the read order of the JSon file. Is this possible?     
asked by 24.06.2015 / 17:47
1
answer

Jquery json with index

I need to create a Json result, where the state is the index. <?php //header('Content-Type: application/json; charset=utf-8'); require_once('Connections/conexao.php'); $selec = "SELECT estado, kg, valorCap, valorExcedCap, valorAloremCap...
asked by 13.05.2015 / 02:00
1
answer

Label Indefinida Graphic with Flot and PHP

Using Flot to generate pie charts, the graph is generated with the values in percent, but the labels are displayed with 'undefined'. $(document).ready(function () { var chartError = function(req, status, err) { console.log('An erro...
asked by 12.06.2015 / 02:40
0
answers

Problem loading a Json file - AngularJS

I'm doing some testing to read a Json file via AngularJS, but I did not succeed in loading the data contained in the file. I tried to change the minified and normal angular version, but I did not succeed. I saw that there are some programs that...
asked by 25.06.2015 / 15:14
0
answers

Send multiple ID's in one request

My app is a QR Code scanner that when reading a QR from a device places a request to the server through a JSON. In DeviceInfo.class activity is where I show all the information I want regarding the scaned QRCode. I now have to create a...
asked by 23.03.2015 / 12:18
0
answers

Save Inputs from a Site to a Database

I'm a beginner with HTML, JavaScript, and the like. I need to save user inputs from my site to a database. My pages, especially the one of register, was developed 100% in HTML. What I need to do is take these INPUTS from the form and save them i...
asked by 11.05.2015 / 00:57
0
answers

API access on port 443 returning Connection timed out

I am configuring a webAPI and after configuring everything (id, key, signature, other data api requests) and authenticate by HEADER in php using json and CURL to post to the site the return is being Curl error: Failed to connect to 111.222.33...
asked by 01.06.2015 / 01:17
0
answers

Consume webService C # amsx on android volley

I created a webservice in C # that returns me a string in the JSON pattern, I'm trying to consume this webservice with the volley but the same one returns me null, depending on the variation of the url it returns everything to me as if it were?...
asked by 27.02.2015 / 01:55
1
answer

I can not get any data from the URL

I'm working on a project where I have to make an App that fetches information from the database via Json. I have done dozens of tutorials and I always end up not being able to receive a response from Server and does not even get any requests t...
asked by 25.02.2015 / 18:14