JSON (JavaScript Object Notation) is a data exchange format and is often used with JavaScript, Ajax, and RESTful web services.

learn more… | top users | synonyms (1)

0
votes
1answer
31 views

populate observable array from json

I have a working test example of what I want to do here: http://jsfiddle.net/2BxVk/6/ Instead of the test months I populate my observable array called allMonths now with (like this) self.tak = ...
0
votes
1answer
19 views

How to set CheckBox or Radio button at same place in layout screen?

Fisrt i have a json data [{"Test_ID":"6","Question_Text":"What is the length of the train?","Answer_Set_id":"1","Correct_Answer":"4","Correct_Answer_Text":null,Answer_choice_1":"45 ...
0
votes
0answers
10 views

how to modify the local file in unity3D for mobile using Json

I am trying to find how to modify the content of an existing local file in Unity 3D. My content is JSON so that using key variable, I can easily modify. However I can't find any local file ...
0
votes
3answers
64 views

How can I send valid JSON back to iOS application?

I have a problem. I'm trying for weeks now to fetch data from a database, encode it to JSON and then send it back to my iOS application. The problem is that every time the JSON is not valid says ...
1
vote
2answers
38 views

org.json.JSONException: Unterminated string at character 1834

I am fetching the data from webservice, which I am parsing to json string. While parsing I am this exception: "org.json.JSONException: Unterminated string at character 1834" my code is, String ...
-4
votes
1answer
31 views

How to convert stringified data to an object?

My php has header('Content-type: application/json') and a json_encode. The ajax code I use to send the data to the php file has dataType: 'json' and I am sending the data as a string (json.stringify). ...
0
votes
0answers
17 views

Attaching popup to markers in OpenLayers

I have an Openlayers map with various markers, that are created using an JSON data: var epsg4326 = new OpenLayers.Projection("EPSG:4326"); var epsg900931 = new OpenLayers.Projection("EPSG:900913"); ...
-2
votes
3answers
40 views

Jquery Mobile: created a button with JQuery, trying to attach click function to it

I am retrieving data from a remote server via JSON and attaching a button to it: $.getJSON('http://www.mysite.com/jsond1.php', function(data){ jsonObject=eval(data); ...
1
vote
2answers
18 views

Unable to use dynamic JSON

am using ajax request for calling jersey restful url. function deRegisterPersonOrganization() { var dynamicJson = $('#jsonRequest').val(); alert("Text Area JSON : " +dynamicJson); var ...
0
votes
0answers
8 views

parsing web dynamic data by Json into custom listview android

Am a beginner in the android development .I am working on an App for online shopping .It shows the products in the custom Listview. The problem is that I need to fetch data regarding products from ...
0
votes
1answer
21 views

org.json.JSONException: Value <?xml of type java.lang.String cannot be converted to JSONObject

I have a method from which I am fetching the data from webservice using http post in android. my code is, public class PropertyRequestService { static String result; PropertiesList localProperty = ...
0
votes
2answers
26 views

Paste json in a textarea and convert to formatted html with jquery

The way it should work is Paste json into textarea "jsonvalue" Click "convert" Formatted html appears in "placeholder" I am trying to get the title and url out of the json and instead when I click ...
1
vote
0answers
13 views

Trap message/exception in jquery to ELMAH

In my MVC3 application, I am returning messages from my stored procs. If it is 'successful', I'm moving forward else displaying a custom error page. When the message is something else, I want to trap ...
0
votes
0answers
10 views

How to use a dojo datagrid filter to query numeric values

I want to use the dojo datagrid filter method to display all rows that have a value for the MEASURE column greater than 5. How would I specify the JSON for the query filter?
0
votes
4answers
42 views

Access array element with a dot in its name

I'm reading data from a database and loading it in a array. When I print it to console I get something like this: [ {'person.name':'name1', total:1}, {'person.name':'name2', total:100} ] So I ...
0
votes
1answer
22 views

put method replacing the previous object of the jsonarray

I was trying to form this type of jsonarray. [ { "userIdentity":"bbb", "admin":true/false }, { "userIdentity":"bbb", ...
2
votes
2answers
51 views

JSON stringify conversion of float to int

I am using Node.js and the built-in JSON object to stringify a JSON object. In the object is { weight : 1.0 } However when I stringify and write to a file the output is weight : 1.
0
votes
2answers
43 views

Remove specified element from associated array

Hi I am looking for ways to delete the elements from associate array. I need to remove values like null and '' while in the loop. But I cant because I know that I will need to identify and the build ...
1
vote
2answers
41 views

Json deserialization in C# sub array

I'm trying to desearialize the following using Newtonsoft.Json { "max_id_str":"1234567", "results":[{ "created_at":"Tue, 21 May 2013 03:06:23 +0000", "from_user":"Name Here", ...
0
votes
3answers
44 views

How to edit an item in a json file?

I have this structure that is generated by my application and I read in a listView: [{ "phone": "202020", "name": "Jhon", "id": 10, "age": 20 }, { "phone": "303030", "name": "Rose", ...
0
votes
2answers
32 views

get json object without array name in android 2

I've json like this array ( 'status' => 'OK', 'categories' => array ( 'Sepeda' => array ( 83 => 'Sepeda MTB', 'Fullbike' => array ( 370 => ...
0
votes
1answer
35 views

WPF and Json Deserializer with multiple items

I'm trying to deserialize a give json string that has multiple device names and Ip addresses. The code that I am trying to work out is below. var rawData = "[{\"Name\" : \"xbox\", \"IP\" : ...
0
votes
1answer
18 views

TIme.now and Created_At different formats?

Ive noticed that in a model the created_at attribute when rendering a model to json has the format like: 2013-05-20T22:12:31Z and calling Time.now and rendering to json gives a format like: ...
0
votes
4answers
40 views

JSON Parsing- fetch value

I am having trouble parsing this JSON. I have the following data in a JSONObject o. How do i fetch the value for critics_score ? { "total":1," movies": [{ "id":"770672122", ...
1
vote
1answer
25 views

interpreting object for form append to DOM

I was writing a function to convert a json object to a form, appending it to the DOM. I can't seem to get my syntax right; chrome dev tools gives me a "Uncaught SyntaxError: Unexpected identifier" ...
0
votes
0answers
17 views

Rest query for nested field

I am calling rest to get User that is located in another table. This is the response if i only do: /sdata/api/dynamic/-/salesteammembers('2ae46c09-5701-4d8f-b318-6b994ec07fd2') { "$key": ...
0
votes
1answer
12 views

Json Schema unique id description

There is json structure like this { "1234": "abcd", "2345": "bcdf", "3456": "cdfg" } So generally it is object (array) with unique keys it is not necessarily in this sequence and with ...
1
vote
2answers
61 views

parse multilined json in objective c

I have a json file with large data like this: [{"pkg_id": 385 ,"pkg_name":" 10OZ NR 1/24 "}, {"pkg_id": 822 ,"pkg_name":" 12OZ CN "}, {"pkg_id": 422 ,"pkg_name":" 12OZ CN 6/4 ...
0
votes
0answers
36 views

Whats a good general JSON-based interface? [closed]

I want to communicate through JSON, and Im looking for some general format/interface. I need to send simple commands with parameters, and let the server respond with either the result or an error. ...
0
votes
1answer
34 views

Variable overwritten when using asynchronous AJAX (using jQuery) request to load data

I have the following code that loads information about a users payments a month in advance of when it's needed. The function works when I wait for each month to load however it fails when multiple ...
0
votes
0answers
19 views

Dynnamically added datepickers and maintaning state after post

I am adding datepickers in kohana view with jquery code like this: $("#add_date").click(function() { var pickerCounter = parseInt($("#pickerCounter").val()) + 1; ...
0
votes
1answer
16 views

Spring MVC JSR 303 Validation with Json response validation errors from ValidationMessages.properties

Hi I was looking for everywhere but can't find solution. I am making an ajax call in Jquery function and submiting data from spring inputs form:input to Controller. Controller is validating date by ...
0
votes
0answers
10 views

Inheriting DefaultContractResolver and treating refereced entities differently

I want to serialize only changed properties. I was managed to do it for the root type, but it contains references to other objects to be serialized (might even be of the same time). This is my ...
0
votes
1answer
6 views

ExtJS Combobox not loading up in Panal

I have this panel view. Please check this JSFiddle . So I have a cgi script which returns json for combo-box value and label but its not loading up in combo-box. I am not sure why any help will be ...
0
votes
1answer
7 views

Storing a JSON in a data-attribute, the correct way

I have a JSON: person = { "name": "john", "surname": "smith", "mobile": 123 } And I want to store it in a data-attribute. I'm achieving this, this way: $(".someElement").data("jsonperson", ...
0
votes
4answers
70 views

How can I change node name of my JSON?

How can I change the name of a node in my JSON? My code: childType = view childName = view0 child=[]; child[childTipy]= { childType:{ "tipo": childTipy, ...
0
votes
1answer
26 views

How to ignore Data Contracts for Json?

I am using asp.net web api and returning my data like this return Request.CreateResponse<ResponseResult<ProductSearchDto>>(product.Status.Code, product); This returned nasty and long ...
0
votes
2answers
71 views

How to make JSON recursion work

I wrote a conventional recursive loop but when the condition is satisfied it does not return the value but still continues to loop. I tried to break but it does not stop. My code and JSON are below. ...
0
votes
3answers
45 views

Can't load a JSON file into python

I asked in another question for the type of this object, it is a text file coming from a URL. variable = [["1","arbitrary string","another arbitrary string"], ["2","arbitrary string","another ...
-1
votes
0answers
19 views

Kendo grid json issues on ie 8 [closed]

I am updating the data using ajax call. after store into the data base again passing the json value into kendo function but after updating the kendo table it's not woking any standard functionality ...
0
votes
1answer
47 views

Is it still not recommded to use implementation of java collection and map in web services [closed]

I'm deciding on whether to use implementation of java collection and map or stick to arrays in webservices. Postings on Google all seem to suggest sticking to array but those postings were all from ...
0
votes
0answers
25 views

JSON string requested using AJAX from WCF service missing .d and __type attributes

I am using jQuery AJAX to call a WCF service. The service retuns a JSON string that represents an instance of a custom object. What I'm writing is meant to replace some current functionality in an ...
-1
votes
2answers
49 views

PHP JSON parser that accepts Javascript object literal syntax? [closed]

Are there any custom JSON parsers or extensions that allows PHP to accept the Javascript object literal syntax? I don't want to write my own parser so I decided to look for third party solutions ...
-2
votes
1answer
48 views

Parsing JSON String as simple as possible with GSON

Using GSON, how can i return a single key from a Multidimensional Json String? Here is the Multidimensional Json String: ...
1
vote
2answers
79 views

What kind of object is this?

I'm trying to load this object in python or PHP, but I'm now trying to know if there are libraries that are already written so that I don't parse the document myself. variable = [["1","arbitrary ...
4
votes
3answers
37 views

JSON Best Practices: GUIDS for contained data

I have a customer that uses JSON to represent objects. For example: var person = { fname: "John", lname: "Doe", nicknames: ["jake", "kevin"] } For the purposes of editing these entries, we ...
-3
votes
0answers
38 views

jquery - How i can set key name from json object [closed]

I need to set key name of a json object (matrix). Can someone show me how to do this? child = [ { "tipo": childType, "nome":childName, ...
1
vote
0answers
34 views

org.codehaus.jackson.JsonParseException: Unexpected character ('' (code 65279 / 0xfeff)): expected a valid value

I'm facing an Strange problem, I'm very new to Android and Json. I'm consuming a RESTful WCF that shows a json response like this one: ...
0
votes
2answers
20 views

Dynamically styling JSON list input

my first question here after reading and attempting many responses... and I should confess that I'm pretty new to all this. I have a long list stored in JSON format. It's well over 500 items long. I ...
1
vote
1answer
34 views

use static variable as key in JSON

I have a problem while building JSONObject MyCustomerClass.groovy class MyCustomerClass { static String MY_NAME = "my_name" public JSONObject formDetails() { def customer = getCustomer() ...

1 2 3 4 5 928