Questions tagged as 'json'

1
answer

How to export data to eBay? [PHP / JSON]

I downloaded the SDK from eBay: link I honestly did not find out how to export data there. Both in the Gib and the own ML have tutorials on how to read products, categories and everything, but nothing related to export. For example, how...
asked by 12.03.2015 / 21:00
1
answer

Web Service returning invalid value

Good people, recently I asked a question with the title:    Application presenting this error: Error parsing data org.json.JSONException But by researching I came to a different conclusion in which I had created the question, so I'm creat...
asked by 20.02.2015 / 19:09
1
answer

Filter by multidimensional objects with underscore.js

How do I filter objects by attribute operations inside json? var data = Object entrada_diff: "00:00:00" entrada_hoje: "00:00:00" entrada_jornada: "08:00:00" entrada_status: "PENDENTE" funcionario_cpf: "06547457656" funcionario_cracha: "10703"...
asked by 09.12.2014 / 21:15
1
answer

Dates with JSON / Highcharts

I'm having a problem with dates when plotting a Highcharts chart using JSON object. Data for date information is being displayed as follows: TheserversendsJSONasfollowstotheclient:[HttpGet]publicJsonResultDadosAtendimentosParticularesPorDe...
asked by 06.01.2015 / 20:42
1
answer

Doubt with JSON in Autocomplete JQuery

I have the following JSON return {"cliente":[ {"id":"1","nome":"Fulano"}, {"id":"2","nome":"Ciclado"} ]} And I need my popular autocomplete , $('#nome').autocomplete({ source: function(request,...
asked by 23.11.2014 / 17:14
1
answer

Shared Preferences does not store login using JSON

I am not able to save the login using JSON, it logs in but when I close the application and start again it did not save the login. private EditText editTextLogin; private EditText editTextSenha; private CheckBox checkBoxLembrarLogin; private B...
asked by 10.02.2015 / 19:17
1
answer

How to read and write JSON locally in Cordova?

I need a simple solution to persistently load and update data in a mobile APP using Cordova. I thought about creating a JSON in the root folder of the application to load the data at APP initialization. All right, but how to do the...
asked by 11.02.2015 / 07:07
1
answer

Is it possible to do a basic CRUD in JSON file?

I have the following scenario. I have a news site on ASP.NET MVC that currently accessing it, all the information gets caught in the bank. I want to take these requests from Front. I thought about making a file Data.json and...
asked by 10.10.2014 / 01:43
1
answer

Popular table with PHP and JSON

I'm developing a system that has a customer table, this table was not developed by me, so I'm having some problems to popular. Visually the table works perfectly, but when I try to populate with database records, they do not appear. I have...
asked by 15.10.2014 / 21:54
2
answers

Redeem only the body of the MultiPart response

I'm trying to download a JSON file, it's sent to me via MultiPart, I can recover it however I do not want to save it to a physical file, so I'm getting the return and converting it to string. My problem is in the conversion because it brings me...
asked by 13.08.2014 / 16:38