JSON (JavaScript Object Notation) is a data exchange format and is often used with JavaScript, Ajax, and RESTful web services.
0
votes
2answers
9 views
why file json isn't read by the program?
Hi i don't understand why if i write in the variable the json is right:
var theUI = {
"nodes":{"progetto 1":{"color":"red", "shape":"dot", "alpha":1},
"demos":{"color":"#b2b19d", shape:"dot", ...
0
votes
1answer
18 views
Why are my tab contents not refreshing?
I have a page with several tabs on it. When the user enters a value in a text input and then mashes a button, I want to replace the contents on a particular tab. I have this code (some of the details ...
0
votes
0answers
19 views
Trouble accessing JSON data through URL with CakePHP
I'm passing data from a knockout.js form to a controller in CakePHP, but I'm a bit confused as how to access the data.
The url is being passed
...
0
votes
0answers
12 views
Loop through several markers from jQuery AJAX JSON file and pass the parameter as Array
Thanks for Bryan's suggestion on how to search the nearest distance between one origin and several destination. I am trying to read a JSON file by jQuery AJAX with five rows and want to pass the ...
0
votes
2answers
33 views
backbone collection .each does'nt work. i need choice
TypeError: Object function (){ return parent.apply(this, arguments); } has no method 'each'. i need help in this message i'm learning backbone from jeffry way lessons, i typed the same code as he did ...
0
votes
0answers
14 views
Need help in storing google maps API response to SQL DB via JSON/Javascript
I am trying to send google maps directions links to my internal e-mail account in my website. I would like it so that when a user generates a google maps directions request the response is sent to his ...
1
vote
0answers
5 views
Overriding default parameter names in ExtJS 4 Store
I'm trying to override the default parameter name for limitParam in proxy for the Store. I want to make a JSONP call to http://search.twitter.com/search.json?q=kathmandu&rpp=2 but instead of ...
0
votes
2answers
55 views
Why null return for PHP array?
So I've got a datafile that is to contain all of the "events" that is supposed to be in a JSON format as such:
[{"id":"4f946d7a31b27", "title":"Floss the Otter", "start":1333252800, "end":1333339199}]
...
1
vote
2answers
20 views
Parsing JSON to Array Map Produces “The local variable may not have been initialized”
I'm currently following this tutorial ( http://mobile.dzone.com/news/android-tutorial-how-parse ) how ever // add items from doddataitemObj to dataitem string - String PUBLICEVENTTYPE = ...
0
votes
1answer
13 views
Json regex deserialization with JSON.Net
I'm trying to read the following example json from a text file into a string using the JSON.Net parsing library.
Content of C:\temp\regeLib.json
{
"Regular Expressions Library":
{
...
1
vote
1answer
18 views
Why do I have to JSON.stringify before I .parseJSON a result set from Google+ API?
I just started playing around with the google+ API and have scoured the docs. It seems pretty straight forward. According to google, a call on their API returns json. Why then do I have to ...
1
vote
2answers
279 views
JSON, REST, SOAP, WDSL, and SOA: How do they all link together
Currently doing some exams and I'm struggling through some concepts. These have all been 'mentioned' in my notes really but I didn't really understand how they all linked together. As far as my ...
0
votes
0answers
10 views
Google Calendar API v3 on Android: displaying JSON sent to server
I am getting bad requests when using the Google Calendar API on Android.
05-18 17:22:51.010: W/System.err(20056): com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
...
0
votes
0answers
5 views
JsonToTree example from QooXdoo 2.1 demo not working in playground
I am trying to get the JsonToTree example working, however it does not work in the playground: http://tinyurl.com/b92lkn9 and it does not work when done locally on my system.
Interestingly, the ...
0
votes
1answer
22 views
How do I get the SHA of the latest commit on a GitHub repository via jQuery?
I've been at this for several hours now and I have yet to find any useful information anywhere. I'm trying to use jQuery to get the latest commit of any GitHub repository from a single user to show up ...
0
votes
0answers
9 views
Could not find class sf.json.xml.xmlserializer
I have the following code in my program.
url = new URL("http://www.aemet.es/xml/municipios/localidad_41091.xml");
URLConnection in = url.openConnection();
BufferedReader read = new ...
0
votes
1answer
21 views
PHP curl json for twitter not working
This code is not working:
$ch = curl_init ("https://api.twitter.com/1/statuses/user_timeline/ijustine.json?callback=twitterCallback2&count=4");
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
...
0
votes
1answer
38 views
Android java JSON parsing 'null' as output
We have been using this code in our application to fetch data from an online database, but whatever we tried, it keeps saying "null" as an output by album and duration. It could be a very small ...
0
votes
0answers
9 views
BaseX GUI and MongoDB
BaseX focuses on storing, querying, and visualizing large XML and JSON documents and collections.
Is there any way to query MongoDB documents and use BaseX visualizing ability?
-2
votes
1answer
17 views
i have stored the streaming twitter data in an o1.json file but i am unable to read all tweets
import json
with open('o1.json') as f:
for line in f:
data=(json.loads(line))
print data["text"]
o1.json contains the streaming twitter data, when i read this data in a python object, ...
0
votes
0answers
24 views
how to make an update data function textfield via jquery,json, and php mysql
Here's html code that contains a textfield to get a value for update record to MySQL database
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<div ...
0
votes
2answers
39 views
how to check key available or not in json response in ios
After i request to the server , i recieve two different type of response
if it is success response will be this
...
0
votes
0answers
6 views
JSON: Online parser from JSON URL to RSS
Is there an existing website that converts the JSON data from a URL to RSS?
I am currently using Facebook Graph API to display the latest wall posts from a Facebook page.
0
votes
2answers
53 views
jQuery AJAX JSON data not sending
I have the below code running to send data as a JSON object
var jdata = JSON.stringify(grid.serialize());
$.ajax({
'type': 'POST',
'url': 'print.php',
'data': jdata, //assuming you have ...
-4
votes
3answers
34 views
JSON parsing, always returns undefined [closed]
The respond I get by using $.get is:
{
"data": [
{
"uid": 12345678,
"online_presence": "offline"
}
]
}
I also have tried $.getJSON but no luck. The part of my ...
0
votes
1answer
23 views
jquery autocomplete bug? or wrong version?
so let say i have an json object which i get from asmx file / web service file.
[
{
"UserName": "hl",
"FirstName": "hendra",
"LastName": "lim"
},
{
...
0
votes
0answers
16 views
Internal 500 Error when calling web service from Android Emulator
I'm trying to call a ASP.NET (asmx) web-service from my android application by passing JSON data.
Here's the Web-Service
Web Service.
[WebMethod]
[ScriptMethod(ResponseFormat = ...
0
votes
1answer
36 views
How can i check Server not responding condition?
In my app am getting data from a webserver using json. so each time i communicate with sever i would get a json and iam using it in right way.But some time my sever is down .Then how do i check ...
0
votes
6answers
36 views
How to handle NSDictionary ObjectForKey JSON feed errors crashes
I am working on an app which consumes a JSON Feed but have found that if the Feed is incorrect or has missing objects it will cause my app to crash.
This is the feed we are receiving currently, ...
0
votes
2answers
27 views
PHP JSON array from SQLite3
I'm trying convert data from a SQLite3 db to a JSON array by using PHP. I'm getting close, but I can't seem to get it right.
This is the error I'm getting:
PHP Warning: PDOStatement::fetchAll() ...
0
votes
2answers
34 views
CURL JSON REQUEST AS GET
example.com URL
I am calling this url but getting jsonCallback({"ERROR": "6"});
Can not understand what is this ? Googling many times for the error but could not find out anything helpful. this is a ...
1
vote
0answers
20 views
Proguard obfuscation results in java.lang.IllegalArgumentException: class declares multiple JSON fields named “a”
Upon starting up my app logs two errors, but only after obfuscation. Without obfuscation there are no errors.
Unless I'm being misled, the errors are like:
class Property declares multiple JSON ...
-1
votes
2answers
44 views
Using php variables inside JSON [closed]
I have a query to look up the user's info in a php file. I am using json_encode in the same file to send the data to Ajax so that it can be displayed using .html() function.
The problem is, the php ...
0
votes
1answer
17 views
Youtube video subscription username and email id usign php json
I have a code like this.
<?php
$data = file_get_contents('http://gdata.youtube.com/feeds/api/users/userid?alt=json');
$data = json_decode($data, true);
$stats_data = ...
0
votes
2answers
17 views
Setting Danish Character Text
I am getting some strings from json. My string contains special characters like "æ" from Næstved an many more like "ø" from køkken. But When I set Text these strings to ant textview, I get my strings ...
1
vote
2answers
49 views
How to fix json indentation in vim?
In vim, the default indentation for json is:
{
"employees": [
{ "firstName":"John" , "lastName":"Doe" },
{ "firstName":"Anna" , "lastName":"Smith" },
{ "firstName":"Peter" , ...
1
vote
3answers
42 views
Scrambled umlauts since upgrade from JSON1 to JSON2 in Perl
I wondered why some german umlauts were scrambled on our page.
Then i found out that the recent version of JSON (i use 2.07) does convert strings in an other manner than JSON 1.5.
Problem here is ...
1
vote
2answers
36 views
GSON parsing without a lot of classes
I have the following JSON and I'm only interested in getting the elements "status", "lat" and "lng".
Using Gson, is it possible to parse this JSON to get those values without creating the whole ...
1
vote
3answers
36 views
How to send JSON data as parameter from Android to Jersey RESTful Service
I am creating a login function for my Android app which will be connected to a Jersey RESTful web service. As part of the service call I will be sending a JSON object, but my problem now is that I do ...
1
vote
1answer
11 views
JQuery Ajax to JSONRPC Proxy
I've been trying to figure this out for 2 days. I've tried every JSONRPC library there is, but none of them worked so I resorted to doing it myself.
I make a simple AJAX call to the proxy - written ...
0
votes
2answers
37 views
json object directly from my view HTML
i'm using phonegap in order to make an application, then i'm using CodeIgniter as an API.
To get the data, i'm using a simple $.post from jQuery to a REST URL in CodeIgniter.
...
0
votes
1answer
21 views
Use ActiveModel::Serializers to include two parent json arrays
I'm trying to send my front-end application json that looks like this:
{
facilities: [
{id: 5, name: 'happy days ranch', location: { address: '1424 Pastoral Lane', zipcode: '25245'}, ...
0
votes
2answers
67 views
how to parse each value in this json using for loop in javascript
i would like to how can we parse a json like this using javacsript till the last element using for loop i have completed upto this but i am getting the result as [object,object],[object,object] in the ...
68
votes
1answer
2k views
Heroku truncates HTTP responses?
I am running a Flask/Gunicorn Python app on a Heroku Cedar dyno. The app returns JSON responses to its clients (it's an API server, really).
Once in a while clients get 0-byte responses. It's not me ...
1
vote
2answers
478 views
How to add custom header to AFNetworking on a JSONRequestOperation
Hi I have the following code accessing a URL:
NSString * stringURL = [NSString stringWithFormat:@"%@/%@/someAPI", kSERVICE_URL, kSERVICE_VERSION];
NSURLRequest * request = [NSURLRequest ...
1
vote
1answer
57 views
What is jsonc ? Is jsonc and json-c different?
Recently came across this term 'jsonc' in a youtube API, and browsed the web, but found nothing much.
Some1 here knows better?
EDIT
are jsonc and json-c different ?
1
vote
2answers
622 views
How to show empty data message in Datatables
Suppose i get empty data from server sometimes, i want to display No Data found message in DataTables?. How is this possible?
2
votes
1answer
8k views
Reading in JSON through Angular Resources Service
How can I use angular-resources.js to read in a JSON file through a service?
I am working on a very basic Angular app for testing purposes and am just trying to read in data from JSON file right now. ...
1
vote
3answers
1k views
How to parse my json string in C#(4.0)using Newtonsoft.Json package?
I am new to JSON.In my asp.net application i want to parse the json string.So, i have used Newtonsoft.Json package for reading and writing json data.Now, i can able to parse the simple json data.But ...
3
votes
3answers
1k views
Android (JSONObject) How can I loop through a flat JSON object to get each key and each value
My ques. is simple yet no one has asked it nor answered it.
I have a flat JSON:
{"number1":"value1", "number2":"value2", "number3":"value3" }
I can set it to a JSONObject just fine. However, I ...








