Linked Questions

312 votes
12 answers
215k views

Is this valid json? { "a" : "x", "a" : "y" } http://jsonlint.com/ says yes. http://www.json.org/ doesn't say anything about it being forbidden. But ...
clamp's user avatar
  • 34.2k
0 votes
1 answer
261 views

I need to communicate with my parser json in my java class to populate a gridview with images. The php code bellow is outputing: {"posts":["http://fisioterapeutacamila.com/iMoveis/img/apto01.jpg", "...
madsongr's user avatar
  • 805
0 votes
1 answer
6k views

So as the example below show I want to loop through an array inside an jQuery plugin that I'm trying to build. It's not working so can somebody help me with this. $.each(defaults.garage, function(i, ...
user759235's user avatar
  • 2,217
2 votes
3 answers
1k views

I am using the following JSON: http://www.kb.dk/tekst/mobil/aabningstider_en.json When I try to parse it by the key "location" as such: // get response in the form of a utf-8 encoded json string ...
Piotr's user avatar
  • 1,467
2 votes
2 answers
1k views

I new to parsing JSON - up until this point, I've been purely XML. Anyways, I am using JSON (Java ME) to parse something with the following structure: {"name" : "JACK","name" : "JILL","name" : "JOHN"...
littleK's user avatar
  • 20.3k
2 votes
1 answer
1k views

I've a JSON with duplicate keys as shown below. { "name": "Test", "attributes": [{ "attributeName": "One", "attributeName": "Two", "...
Jagan N's user avatar
  • 2,065
1 vote
2 answers
545 views

I am trying to consume a REST Service using RestTemplate. I am having trouble deserializing the JSON response. I am using a custom Deserializer and my JSON has 3 nodes, but it looks like only one is ...
mandy's user avatar
  • 775
0 votes
2 answers
309 views

This is an example in JSON view of my users table that i want to parse", inluding an aliasList as the title for each column in the HTML table and the remaining users are below it. {"totalCount":431,"...
Leb_Broth's user avatar
  • 1,121
2 votes
1 answer
231 views

with one joinFieldName and lookup the Edge transformer works perfect. However, now two keys is required, i.e. compound index in the lookup. How can two joinFieldNames be specified? This is the ...
user avatar
0 votes
1 answer
414 views

I have a JSON structure, which is small. My requirement is to expand the JSON structure. Example JSON structure : '{ "CallLog":{ "Three":{ "age":100, "name":"...
mayank bisht's user avatar
0 votes
2 answers
102 views

Problem: I am having trouble pulling some info off ups. The city and state in the shipToAddress section. Below is the data in a easy to read format that i am pulling from ups website with requests: ...
duc hathaway's user avatar
1 vote
1 answer
147 views

The problem is that there are multiple revision IDs and it only takes one revision ID no matter how many ever revisions are present. Using Dictionary along with JSON. Need to fetch all revision tags ...
Viv's user avatar
  • 59
0 votes
2 answers
261 views

I have a text file in a format of json. Like this: {"a":"1","b":"2"} I may encounter in a situation like this: {"a":"1","b":"2","a":"2"} I read the text and saving it in a string called data and ...
Ori's user avatar
  • 3
1 vote
1 answer
139 views

I have a string created from a JSON object as follows { "id" : "112233", "someElement" : [ { "map" : { "123" : [ {..}] }, "map" : { "124" :[ {..}] } }] } ...
mona's user avatar
  • 6,339
0 votes
4 answers
67 views

I am currently experiencing this weird issue. I have a valid JSON object just like this: var myjson = '[{"text": {"tag": "question","content": "question content 1"}}, {"text": {"tag": "answer","...
noa-dev's user avatar
  • 3,641

15 30 50 per page