JSON (JavaScript Object Notation) is a data exchange format and is often used with JavaScript, Ajax, and RESTful web services.
0
votes
2answers
21 views
How to use cURL to get jSON data and decode the data?
So I have a link that returns a jSON object, and I need to have it decoded and put into variables in PHP.
URL
...
0
votes
0answers
3 views
Restlet client's deserialization on asynch http method vs synch method
I'm using Restlet client to get some nested object from the server.
I have one synchronous client and one is asynchronous.
They both access the same url and both request for the same data.
The ...
0
votes
2answers
21 views
Display PHP JSON data with jQuery/AJAX
So I have this on the PHP side:
//enclosed in for loop start
$titleArray[] = $title;
$idsArray[] = $id;
//enclosed in for loop end
After the loop runs, the arrays are populated, here is a var_dump ...
1
vote
3answers
26 views
Javascript array access outside function
I'm trying to get json data with $.getJSON and it's working fine.
This is my code:
$(document).ready(function(){
var MainArray = new Array();
$.getJSON('check-location.php?onload=true', ...
0
votes
1answer
27 views
Populating a second dropdown using ColdFusion, jQuery, and Ajax
I have one dropdown that has 14 values. Depending on the value chosen, it'll query a SQL Server database and return some clients to display in a second dropdown.
I want that 2nd dropdown to use the ...
1
vote
2answers
28 views
Is there a more efficient way to map form elements to jSON string in a form submit?
I am creating a mobile app which relies on jSON to submit forms to a database. I have my submit function:
function sendJson(service, method, json) {
var request = $.ajax ({
type: 'POST',
...
0
votes
0answers
10 views
Posting json object to onTimenow API
i am using ontimenow API help "http://developer.ontimenow.com/api/defects#!/defects/_item_type_POST_post" to update information of a defect in my ontime test account https://ghosttest.ontimenow.com/. ...
-3
votes
1answer
27 views
Json deserialization
through this code I try to read the values of summary-> unseen_count but I can not
FacebookClient fb = new FacebookClient(Settings.Default["token"].ToString());
try
{
...
0
votes
2answers
39 views
How do I deserialize a very simple list of integers?
I have (or will have; its not written yet) a .NET web API controller method that I was just going to have return a list of ints as a JSON response. On the client side, I just wanted to deserialize the ...
0
votes
0answers
8 views
how can i convert this basic jquery plugin to use with zepto?
im using a xml file to convert xml into JSON, i have this jquery plugin which works well, and its easy to use, but i have decided to use zepto which is lightweight especially for mobile. but i really ...
-1
votes
0answers
19 views
How to populate a UITableview with a Json Result? Objective C
I have a UISearchbar that searches a json string.
I am now getting the correct value (Asset 1) in my NSLog but It does not update my UITableView?
I am wanting to show the result in my Tableview.
...
-1
votes
2answers
72 views
Posting JSON in Objective-C
I've got a fairly easy question today. I have an app that needs to send a simple JSON array to a remote server in the form of 2D GPS coordinates. The app will use the CoreLocation framework in order ...
0
votes
1answer
23 views
Getting `Unexpected token :` in angularjs but cannot use callback
I'm trying to query the Spotify Metadata API with AngularJS but I keep running into the following error.
Uncaught SyntaxError: Unexpected token :
Now I know typically when querying you should add ...
0
votes
1answer
12 views
Error in Cypher curl REST with multiple start points
I am getting the following error when i am trying to pass a cypher query via REST using curl command. My problem is something silly specific to curl command, which i am not able to figure out.
On ...
0
votes
2answers
13 views
How to access JSON subfield using @JsonProperty annotation?
I need transform json in another diferent json , im using @JsonProperty annotation for change name fields JSON result , but i dont know access fields encapsulate in differents json level for example ...
0
votes
0answers
18 views
Return JSON from one JSP to another?
Is it possible in one JSP to make a jQuery ajax callback to another JSP and have data returned?
I am trying to make the ajax call to Page2.jsp in the $(document).ready call in Page1.jsp
I am ...
1
vote
1answer
12 views
MvvmCross: Error with JSON in SimpleRestService.cs
I'm trying to run through Lesson 6 in N+1 Days of MvvmCross but cannot get the SimpleRestService to work.
05-22 16:14:38.156 I/mvx ( 2849): 40.20 Problem creating viewModel of type ...
0
votes
4answers
52 views
Why isn't json_decode() function working?
This is the code:
$json = "{ a: 'hello', b: 'world' }";
var_dump($json);
var_dump(json_decode($json));
The first outputs:
{ a: 'hello', b: 'world' }
The second outputs nothing. I ...
0
votes
2answers
34 views
parse serialized JSON date
I'm getting dates from a WCF service and I'm getting some inconsistency with the various dates
/Date(-62135578800000-0500)/ -- this returns 00's
vs
/Date(1369188057000-0400)/ -- this works fine
...
0
votes
1answer
27 views
How do I respond to user if I have no internet connection?
I am trying to write the code that would read a JSONArray but there is a possibility that the internet server is down and the device is not able to connect or then there is no internet connection on ...
1
vote
1answer
29 views
Problems with Jquery .get() jqXHR shows a valid return, but calls .fail()
The Code:
function readfile(company)
{
var url = "JSON/" + company + ".json"
$.get(url,function(data){
parse(data)
})
.fail(function(jqXHR, textStatus, ...
0
votes
2answers
33 views
Why does my NSDictionary of JSON objects have quotes around some values but not others?
- (void)connectionDidFinishLoading:(NSURLConnection *)connection {
NSLog(@"Succeeded! Received %d bytes of data",[_configData length]);
NSString *responseJSONString = [[NSString alloc] ...
0
votes
2answers
23 views
Show json data with php
I cant print out the data contained in the json, here's my code:
$string='{
"tonysacaoficial": {
"id": "379656405412890",
"about": "Candidato presidencial por UNIDAD, ex presidente ...
0
votes
0answers
7 views
rapidjson does not handle small floating point numbers
while boundary value testing on an interface, rapidjson fails to correctly read small but valid floating point numbers e.g. "-2.2250738585072e-308" and returns "-0" as a result. It appears the ...
0
votes
2answers
47 views
Check if JSON string contains value and return associated properties
I have an array where every entry is a car name and I have a json object/string that contains those same car names followed by colour properties.
How can I check for each car in the array whether it ...
0
votes
0answers
6 views
Drools REST CannotResolveClassException
Using Drools 5.5.0.Final with Guvnor 5.5.0.Final with the sample mortgages package.
When submitting REST json request with the following Batch Execution Command:
{
"batch-execution": {
...
0
votes
0answers
8 views
Return GeoJson with Django
I am trying to return a set of coordinates to draw points/rectangles over a map. Currently I'm using Polymaps, but I'm thinking about moving to openlayers, which has examples more clear for a ...
1
vote
0answers
13 views
looking for ways of avoiding python json.dumps rrunning out of memory
I am running a python script on an Ubuntu box which collects a lot of data into a tree-like JSON structure and then dumps it all at once into a file. It crashes for large trees with the following ...
1
vote
2answers
16 views
Delete element of Solr
I deleted an item you do not need to solr, but I solr response still appears.
The json:
{
"responseHeader": {
"status": 0,
"QTime": 1,
"params": {
"facet": ...
0
votes
1answer
32 views
How to map a Json attribute name to a Java field value
How to map a JSON attribute name to Java field value using jackson?
This:
{ "list":[ "monday":[ "apple", "bread"] ,
"sunday":[ "bacon", "beer" ] ],
"kind":"shoplist" }
to this:
...
0
votes
0answers
20 views
Replacement of new JacksonFactory to get google credential in Java
I'm trying to authenticate with google-api from a server with the following "old" code:
GoogleTokenResponse tokenResponse =
new GoogleAuthorizationCodeTokenRequest(TRANSPORT, ...
0
votes
0answers
31 views
js method in .gsp not executed
I have a playqueue domain class which should allow the user with required permission to be able to click on the music icon and a pop-up of the details of the song should then appear, while the song is ...
0
votes
0answers
12 views
JSON error using twitteR caused by RCurl proxy
I am trying to use twitteR's searchTwitter() function with a curl proxy, but I'm getting a JSON-related error. I see that a lot of people have gotten this same JSON error. But I believe the cause of ...
0
votes
1answer
38 views
How to put into HTML code that will load data from another server?
I am interested in the functionality of Disqus - a user will put code from Disqus and this code will remotely fetch the data necessary. Here's an example of what Disqus provides the user:
<script ...
0
votes
1answer
51 views
Use a PHP variable in Javascript in same document
I have a question about using data (obtained in PHP) in Javascript.
This is what I do for now:
file index2.html
<div class="container">
<form class="well">
<label>Your ...
0
votes
1answer
14 views
Trying to pull location info on first connection in linkedin with javascript api
I have working code for pulling my connections info from Linkedin.
However, whenever I try to pull location I get strange results.
This code works but you will see 'object OBJECT' where location is ...
-3
votes
1answer
22 views
Validate ID using JSON
I have a JSON file like this:
[
{
"id":"4028c2fe3ec554da013ec557dcb50000",
"logInformation":{
"createDate":1369110469000
},
"idbarang":"01",
"nama":"COBA",
...
0
votes
0answers
12 views
DownloadManager error 416 not found in Android while download file
i have a problem. I want to download file from web server database MySQL. I use JSON to parse url of the file. But when i try to download, it always return 416.
What's the problem? My code or how i ...
0
votes
1answer
20 views
Reading return data from php json_encode
I'm trying to read the data sent back to my ajax request from the server. I echo back an array then I want to read each value and place it on the desired place on the page. I'm not sure how to work ...
0
votes
0answers
10 views
JSONObject removes decimal dot, if round number
Using a rest service, we are transfering values using JSON.
At some point, we need to decide, wheter the incoming value was a long or a double. While
Double d = 17.0;
...
0
votes
0answers
9 views
Windows Phone 8 -Post Json 'in request body' give an exception
Windows Phone 8 -Post Json 'in request body' give an exception but, it is working on 'windows Console app'. Why could it be?
Exception:
AsyncWaitHandle ...
1
vote
1answer
30 views
Jquery getJSON is not working within MVC3
Hi I am trying to do a getJSON but for some reason it is silently failing.
Here is the code:
$("#distanceMiles").change(function () {
$("#distanceMiles ...
0
votes
2answers
16 views
How to Parse Month and Year from Twitter API returned JSON
Suppose Twitter returns Wed Sep 14 18:52:57 +0000 2011in JSON format. How do i go about parsing it so that the display looks something like Sep 2011.
Im aware of DateFormatter. I tried the following ...
0
votes
1answer
22 views
Gson library, cast JsonObject to MyObject
Im currently using this code to create Objects out of JsonStrings from my Server:
JsonParser parser = new JsonParser();
JsonObject myJsonObject = (JsonObject) parser.parse(myInputStreamReader);
...
0
votes
1answer
8 views
slash are removed from jquery ajax post data
$.ajax({
type: "POST",
url: "DataImport.aspx/InsertInitialFile",
contentType: "application/json; charset=utf-8",
processData: false,
...
0
votes
0answers
3 views
jquery ajax .load() vs using template with json response
I have been advised against using jQuery's .load() method
$('#result').load('ajax/test.html #result');
but I'm not really sure why.
Right now I have been using templates (mustache) to parse json ...
0
votes
2answers
28 views
Can't save information from getJSON into var
Could anyone explain to me why the following is happening. First of all see my code below. Trying to get data via a JSON request and save it for later use.
var entities;
...
0
votes
1answer
18 views
Search Bar based on json http request with AFNetworking
I have a search bar and I wanted to search a json http url by serial number. So if I execute the following json url:
http://www.ddproam.co.za/Central/Asset/AssetsWithSerial?Serial=S00000001
Actual ...
0
votes
4answers
58 views
Replacing escape characteres from json in c#
I want to replace the "\" character from a JSON string by a empty space.
How can I do that?
0
votes
1answer
13 views
HTML format text in json
How can I get a html format text through json, like below format?
<div class="header" id="header_1">
<p>All glitters are not gold</p>
</div>
Because json doesn't support " ...



