JSON (JavaScript Object Notation) is a lightweight data exchange format inspired by JavaScript object literals. It is often used with JavaScript, Ajax, and RESTful web services but is completely language independent. You can read the specification or find adapters [on the official JSON ...

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

Android - How to parse JSONObject and JSONArrays from api.rottentomatoes

so, there's this JSON code. Im trying to get the "abridged_cast". but its complicated. its JSONObject inside JSONArray onside jSONObject Inside JsonArray.... 01 { 02 "total": 591, 03 "movies": [{ ...
0
votes
0answers
12 views

Oanda REST API and Java

I am currently trying to play around with Oandas REST API and Java and got stuck with it. Maybe fair enough as I have no clue about REST... When I try to open the URL in my browser, I am asked to open ...
0
votes
0answers
8 views

It's possible to store json on amazon s3?

I would like to store json file to my amazon s3 and then retrieve it with ajax request. Unfortunately it seems s3 does not allow content-type application/json.... I should save my file as text/plain ...
1
vote
0answers
23 views

JSON response data not being parsed?

I am led to believe that you do not need to use the: jQuery.parseJSON(response); anymore So I use the following: $.ajax({ url: formUrl, type: formMethod, ...
2
votes
4answers
34 views

Trouble to fetch data from JSON

Am working in jQuery Mobile and PhoneGap. Currently I have a Trouble to fetch data from JSON. My JSON format is ; { payment: { 1: "Visa", 2: "American Express", 3: ...
0
votes
0answers
3 views

Get user's latest tweet user_timeline.json getting invalid json?

Am trying to get users latest tweet using Oauth user timeline.json, with curl am getting following json as output. Array( [headers] => Array ( [cache_control] => no-cache, ...
0
votes
1answer
27 views

ASP.NET MVC 4 - Alternative Render based on request

Trying to implement a system whereby a developer would create a cshtml Razor view as per usual (e.g. a series of @Html.EditorFor(t=>t.MyProperty) calls interspersed with markup etc.) but based on ...
0
votes
0answers
15 views

Nested JSON and binary operators

If I have a JSON file like {"sessions":[ { "ID":"123", "Users":"4", "Location": { "New York": [ { "id": 1, "name": "Mat" }, ...
0
votes
1answer
14 views

Parse JSON data with illegal tokens using jQuery

I'm trying to parse some JSON data using jQuery and I'm having trouble trying 'target' certain entries because some of the JSON entries have illegal characters (such as :) and jQuery errors when these ...
-2
votes
1answer
27 views

convert JSON to java Object GSON [closed]

{ "created_at": "Thu Jun 13 09:27:27 +0000 2013", "id": 345110157237297150, "id_str": "345110157237297152", "text": "@sagarzope2 good afternoon 2nd retweet", "source": "web", "truncated": false, ...
0
votes
0answers
4 views

Generating placeholder abstract class's extended class json schema

I have a one base class which is abstract class. And two classes extends this base class. I can specify in Jockson annotations. But swagger is not respecting it. Swagger just says need to pass the ...
0
votes
1answer
19 views

Failed to print json data from the json.txt file in android

"brand_name" and "description" these are data in the below json file which i am trying to print on the textviews.Note : JSON data file is under res/raw/brand.txt. Please help me to solve this problem ...
0
votes
2answers
23 views

how to loop through a Json responce

I have web page which get Json responce like this { 'hotel_1page':[ { 'id':'10', 'name':'fsf', 'telephone':'233333' }, { 'id':'11', ...
0
votes
2answers
18 views

Using RestTemplate getForObject method

I have to call a REST web-service and I am planning to use Rest Template. I looked at examples on how to make a GET request but I don't really understand how to use the getForObjectmethod In my ...
0
votes
1answer
26 views

How to store form data using angularjs?

I've created a form with input fields which displays current values of a json file. Now i want when the user changes the values and submits the form i should be able to retrieve the new values and ...

1 2 3 4 5 3202
15 30 50 per page