Questions tagged as 'json'

0
answers

Going through JSON

I have a little difficulty performing a function. I wonder if you can help me? Well, I need to do a navigation via click and each level is stored in a json. A structure similar to the one below: { [ { "id":"2",...
asked by 01.08.2015 / 03:01
1
answer

Return in each getJSON - Jquery

I would like to know the following how do I give return in a function created by me in a situation below. For always returns undefined object, but when I give an alert it returns the normal object. function jjson(url){ var result...
asked by 30.04.2015 / 21:43
0
answers

Object request json always returning NULL in php

I'm trying to access a server and send data / receive return on json object with the php language. <?php header('content-type: application/json; charset=utf-8; Accept:application/json; Accept-Language:en-US'); To start, I configured the...
asked by 29.05.2015 / 03:12
0
answers

"OutOfMemoryError" error using Volley

I'm doing an application where I have a URL that returns a JSON, through the Volley library, I'm picking up the contents of that URL and turning it into string , this process runs every 5 seconds, after a certain period my application generat...
asked by 26.03.2015 / 18:26
0
answers

Web Pages - Show, assign and search data in an Excel file

I've created a WEB page to work as a FAQ in SharePoint 2010 . But I do not have much knowledge either in SharePoint and neither of HTML and JavaScript . I'm researching to get more knowledge about the topics. On my page I hav...
asked by 23.03.2015 / 13:07
0
answers

How to put JSON values in a chart in HTML5?

// Classe para chamar o Json. function json(){ var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function(){ $('#resultado').html('Carregando dados...'); // Estrutura de resultado. $.getJSON('...
asked by 03.03.2015 / 15:24
0
answers

How to get a Facebook API token?

To better understand how the Facebook API works, I'd like to create a request to log in and get a token. But I only find explanations through the SDK or the API explore, located on the Facebook site itself in the development area. Could someo...
asked by 30.10.2014 / 19:52
0
answers

500 error while overloading page

You have a customer who sells real estate and real estate data is taken from an external jSON link. The system is working, but the system is delayed because there are MANY data. It spends about 1 - 2 minutes loading and then reports an error 500...
asked by 15.05.2015 / 22:07
2
answers

Request Method Changing from GET to OPTIONS alone

I have the following code: $(function() { $('#method').change(function() { var method = $(this).val(); if (method == 'GET' || method == 'DELETE') $('#json-group').hide(); else $('#json-group'...
asked by 13.06.2014 / 22:04
0
answers

How do I return a Google Contacts list?

I'm developing a view to show the latest emails, recent drive items, and more using the Google APIs: link But here you have nothing to return contacts. Does anyone have any idea how I could at least show a frame of contacts or something?...
asked by 07.11.2014 / 13:29