Questions tagged as 'json'

0
answers

Why does my xmlhttp.status return zero?

I have a problem with my html , I try to get one json, but the xmlhttp.status is always 0 (zero). I researched it, but I did not find anything very concrete. Below, I simplified the code to show the problem: <!DOCTYPE html&...
asked by 16.12.2015 / 11:57
1
answer

Error 500 when I try to give a JSON post to the web service C #

I have a WINDOWS FORM C # application, where I communicate with a web service, when I try to send a very large data from my application to the web service I get error 500. I can do a POST on any other object in JSON, but when it is this one t...
asked by 16.12.2015 / 22:24
1
answer

Add information to a .json file

Can you add information with a different reference in a json file with php? Type: file.json { 'id': 'rt6hj7'{ 'nome':'Miguel' }, 'id': 'rt10hg9'{ 'nome':'Sagas' } } And add José with the id...
asked by 28.01.2016 / 17:04
0
answers

Error loading cascading dropdownlist

I am trying to load a cities dropdownlist according to the selected state and am encountering an error. I managed to perform the operation on a template that I downloaded from the internet, but I'm not getting it in my project. Thecodeisbelo...
asked by 26.10.2015 / 13:49
2
answers

AJAX with synchronization error

Talk, guys, cool? I have a annoying problem, and since I had never used AJAX in my life I think the problem is me :( Basically it's like this, I have a GET that returns me the following JSON: { "result": 1, "content": [ { "PessoaId...
asked by 22.10.2015 / 20:37
1
answer

Undefined index JSON Android

Hello, I have the following error: I am developing an application that checks a table from an external mysql database by sending the device IMEI returning an equipment id, but debugging the code in the AsyncHttpResponseHandler response line show...
asked by 14.10.2015 / 19:36
0
answers

PHP Json error displaying information with two repeat structures

I'm starting the following jSon: { "issues": [ { "title": "Falha no servidor DNS", "currentstate": "Em Andamento", "description": "Texto Descrição", "starttime": "24 de Setembro de 2015 as 13:30", "e...
asked by 29.09.2015 / 17:37
0
answers

Transmit JSON between devices with WiFi Direct

I need to pass data between devices via JSON and store the data in SQLite . That is, there will be a device responsible for receiving the data and at the end will send an "OK" message to the device that sent the data. I'm using WiFi direct...
asked by 30.09.2015 / 13:52
1
answer

How to get values from a JSON and pass as SASS variables with Grunt

I need to compile templates using grunt and I want to put the color settings inside a JSON file that will be inside each layout folder, ie I need to use Grunt to read the JSON and pass the values as variables to compile the SASS.     
asked by 28.09.2015 / 21:17
4
answers

What is JSON? What is it for and how does it work?

I often come across this JSON but I do not know what it's for and how it works.     
asked by 04.02.2014 / 13:50