Tagged Questions
0
votes
0answers
11 views
Gson: can we get the serialized field name in a type adapter?
I've seen that the default TypeAdapter for Enum doesn't fit my need:
private static final class EnumTypeAdapter<T extends Enum<T>> extends TypeAdapter<T> {
private final ...
0
votes
3answers
42 views
Parse large text file with Perl crashes when run from PHP
I'm using Perl script to parse and create JSON output for use in PHP.
Basically I'm parsing large text files(5-20MB) using Perl, with data as following:
...
1
vote
1answer
41 views
Node.js loops and JSON building
Respected ppl ....
This is my node.js code ...
https://gist.github.com/SkyKOG/99d47dbe5a2cec97426b
Im trying to parse the data of our exam results ...example ...
...
0
votes
1answer
21 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 ...
1
vote
2answers
39 views
Parsing with Gson giving null in nested array list
Here is the json which I want to parse
{
"success": true,
"status": 200,
"events": [
{
"event": {
"artist_id": 54,
"created_at": "2013-04-05T08:52:40Z",
...
0
votes
1answer
32 views
App crashing becuase NSArray objectforkey: Objective C
I am trying to parse some Json with Objective C.
My problem is that I am getting the correct json back but when I try parse some of the json my app crashes.
// i will use a code from connect to DB ...
1
vote
3answers
60 views
Parsing JSON data in PHP file using Javascript
I have seen some other posts in Stackoverflow which were related. Tried that code but it did not work out for me.
actually i have a database with 2 images of an actress in my MYSQL database. I am ...
1
vote
0answers
6 views
How to get a parseJSON in Andoid through php
I have a part of code from php like this. Any two table tbl_gejala for change a sentence and tbl_hormon for move a Layout. Tbl_gejala with $id_g and tbl_hormon $id_h. and this php called by ...
0
votes
2answers
20 views
Model class for Jackson Parser to parse Uppercase properties
I have a json file which looks like this:
{
"ANIMALS": {
"TYPE": "MAMMAL",
"COLOR": "BLACK",
"HEIGHT": "45",
}
}
But I get property not found error. If I change it to ...
3
votes
1answer
56 views
How Do I Parse a JSON file into a struct with Go
I'm trying to configure my go program by creating a JSON file and parsing it into a struct:
var settings struct {
serverMode bool
sourceDir string
targetDir string
}
func main() {
...
0
votes
1answer
43 views
Parse JSON text in a textfield (My result is NULL)
I am making an iOS application which communicate with an database via an API. The API sends valid JSON to the application but the application gives no error but another result: NULL.
Here is my code ...
-5
votes
1answer
27 views
How to parse this type of JSON File in android? [closed]
{
"ResponseCode": "000",
"ResponseDescription": "Successfull",
"SystemServiceID": [
"1",
"1",
"2",
"2",
"2",
"2",
"2",
"2",
"2",
"2",
"2",
"2",
...
0
votes
1answer
21 views
Parsing Json to handle and direct a user to view controller. Objective C
I have a Login screen and I POST username and password to a login page.
The webservice gives me 2 responses if the Login user details are correct I get a response of back from the request.
...
0
votes
1answer
66 views
Deserialize JSON to Java Map<Integer,Object> with jackson
I am working on some application, which deserialize JSON.
I am building the JSON myself with other software.
I need to deserialize a Map of Objects.
This part is already working.
The problem is that ...
-1
votes
2answers
50 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 ...
0
votes
1answer
24 views
Displaying JSON parse on Collection View
I am trying to display parsed images from a webservice, but my images are not displaying. I realize that the images are being added to the array after the view loads. So, Hhw do I get images to ...
1
vote
0answers
73 views
Error parsing data org.json.JSONException: End of input at character 0 of when I run on real device
I have created an Android application but when I run it on my real device it crashes and I get this in my logcat:
05-20 17:32:50.251: E/SensorManager(20804): thread start
05-20 17:32:50.376: ...
0
votes
2answers
66 views
0
votes
1answer
26 views
Parse JSON File for Option in HTML select box
I'm doing PhoneGap project for my company.. Here goes on..
I have json file named city.json
[{"CityID":1,"CityName":"Magelang"},{"CityID":2,"CityName":"Jayapura"},{"CityID":3,"CityName":"Aceh"}]
I ...
0
votes
5answers
85 views
String Replace not work
I have a string (an example of its value is {"id":"123241077871_4423423423414"}) and I only require the part with the numbers and the underscore. However, my way of doing it with the String.Replace ...
1
vote
2answers
34 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
0answers
21 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.
-4
votes
3answers
41 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
2answers
51 views
How to parse simple json object without extra libraries in c#?
This is the json object I want to parse and turn into a Dictionary:
[{"Id":100, "Name":"Rush", "Category":"Prog"},
{"Id":200, "Name":"Led Zeppellin", "Category":"Rock"},
{"Id":300, "Name":"Grumpy ...
2
votes
2answers
46 views
Parsing JSON stream
I have an application that is using chrome.sockets. JSON is being passed to and from the socket which does not have a delimiter and is not prefixed with the length of the string.
Now the way sockets ...
2
votes
2answers
45 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
1answer
31 views
Custom JSON deserializer using Gson
I have a problem with parsing a JSON response using Gson.
JSON string:
response: [
2, {
owner_id: 23972237,
album_id: 25487692,
title: 'album not new'
}, {
owner_id: 23972237,
...
0
votes
1answer
20 views
Accessing JSON feed data
I have an iOS app set up to download and parse a JSON feed. It fetches data fine, but I am struggling on how to read certain nested JSON data of the feed.
Here is the JSON feed I am trying to load:
...
1
vote
1answer
39 views
GSON parsing of google places API
I need a little help with creating classes which will be filled with GSON parser.
This is the output od autocomplete Google Places API:
{
"predictions" : [
{
"reference" : "CjQtAA",
...
1
vote
1answer
29 views
Deserializing JSON to non-static nested classes using Gson
According to this Gson can deserialize to inner classes. I have the next fragment of JSON string:
...
"coordinates": {
"coordinates": [106.80552006,-6.22016938],
"type": "Point",
}
...
...
1
vote
1answer
52 views
How to read in a local JSON file for testing
I'm trying to write unit tests for json validation (since the app heavily relies on json from a rest API).
I have a local file that contains simple json: "goodFeaturedJson.txt"
The contents:
{
...
0
votes
3answers
69 views
Post Json data to server and parsing the responce in java script
I need to Post the Json format data to the server url. Server will send the Responce in same Json format. I need to parse it and get the data.How to do it? please help me with example.
0
votes
1answer
98 views
Typing in recursive golang function call
I am working on adding 'array wildcards' to a Go project on Github called jsonget. Here's an example of what I mean by array wildcards:
> echo "[{product:'coffee', price:2.10}, {product:'beer', ...
0
votes
2answers
28 views
How to get the pass one Json object into another [closed]
I am doing Json parsing and have stuck up over here, where in a jsonobject and inside that i have another jsonobject. I am getting the label etc values but how do i parse the actionParam values that ...
-1
votes
3answers
64 views
iOS returns “null” data from JSON feed
I am downloading and parsing a JSON feed in my iOS application. Some parts of the data that the JSON feed provides are shown correctly in my iOS application, however some parts of the JSON feed seem ...
-1
votes
2answers
70 views
How to parse JSON to Objects in Android [closed]
I have some JSON data as shown below:
{
"pp": {
"status_marital_pmg": "BELUM MENIKAH",
"nama_pmg": "IWEN LENDER",
"kerjab_pmg": "-",
"pendidikan_pmg": "S1",
...
1
vote
2answers
65 views
Parsing this JSON using JQuery
I am using JQuery to make a call to my WCF service. The response body shows my JSON format data but I am not sure how to parse through it. See my code for what I have done so far.
$.ajax({
...
-1
votes
2answers
50 views
parsing the array of json objects embedded in the url
However i keep getting these exceptions. I have also posted my logcat below. I am new to android so i need help. The url consists of an array of json objects.
[
{
"codeField":"COMPSCI 101",
...
0
votes
4answers
84 views
Parsing Json url using async
I get exceptions when running this code. I want to parse the url which is an array of json objects:
package com.example.compsci_734t;
import java.io.BufferedReader;
import java.io.InputStream;
...
-1
votes
2answers
100 views
Parsing array of json objects in android with asynctask [closed]
I want to parse data from this url using the asynctask. I am new to android and i am having compile time errors. Please correct me as i am having issues trying to get rid of compilation problems. I ...
0
votes
3answers
42 views
How do I parse the url in the given code to read as per the output defined in the code?
I am new to android and I want to parse url using json. I get exceptions when I run the code and my application says unfortunately myapp has stopped running. I have also posted my logcat. I want to ...
-4
votes
3answers
62 views
Parsing JSON when multiple arrays returned in Objective C [closed]
I am trying to parse JSOn returned from the following link:
https://icansolvecouk1.fatcow.com/prco303/loginjson.php?nickname=maggie&password=maggie
which is:
[{"sent":"2013-05-12 ...
1
vote
2answers
75 views
cant convert json string to regular string array in java
iam trying to convert this json string back to an array but i can't seem to do it
["\"abba\"","\"repaper\"","\"minim\"","\"radar\"","\"murdrum\"","\"malayalam
\"","\"turrut\"","\"navan\""]
...
0
votes
3answers
62 views
Accessing value in JSON object via Javascript
I am getting a JSON object via GET using Javascript. This is a result of reverse geocoding in Google Earth (https://developers.google.com/maps/documentation/geocoding/#GeocodingRequests).
{
...
0
votes
1answer
21 views
NPE while populating listView with JSON
public class DisplayServiceActivity extends ListActivity {
private ListView listOfServices;
//JSONArrays?
JSONArray directory = null;
//JSON Node names
private static String TAG_ID = "id";
private ...
0
votes
1answer
63 views
Json Array returning null while parsing in Android
I know this is a very commonly asked question and I found quite a lotta posts in SO.
My code is as below and I don't see a reason why the json array is returning null. Could someone please review it ...
-1
votes
2answers
63 views
GSON Parse string returns null?
For some reason I am having issues with GSON parsing data from JSON_STRING. When I attempt to parse I am returned with null. Can you please help me with the code below and let me know where I went ...
0
votes
3answers
57 views
How do i Parse this data using json and aync task in android
The below data is in a url: How do i parse it using JSon to read Course Code: COMPSCI 101, Semesters offered: Summer School, Semester 1, Semester 2
Course title: Principles of ...
5
votes
4answers
352 views
Parsing JSON with python: blank fields
I'm having problems while parsing a JSON with python, and now I'm stuck.
The problem is what the entities of my JSON are not always the same. The JSON is something like:
"entries":[
{
"summary": ...
-1
votes
0answers
23 views
What is a bracketed array markup language called and how to be parsed?
Context: I'm connecting to the Wolfram|Alpha API, and I can get data returned, structured as the following (example: "Princess Diaries"). Is this a standard markup structure, and how is (or could) ...


