0
votes
0answers
10 views

JSON Jackson serialize deserialize List of List

I use Json-Jackson to serialize/deserialize my object and all goes well with built-in classes. String, int, and so on are very good. But now I must serialize/deserialize an object built in a ...
-1
votes
1answer
39 views

NullPointerException when parsing JSON in Android

I'm new to this android programming and I'm having a problem with JSON parsing. Here is the JSON URL that I want to parse Billers and view to a ListView. I have some code that I've used and ...
1
vote
6answers
42 views

Parse Json In Java How to read Inner Value

Very New with Java Development Parsing JSON in JAVA Here is my Code. package com.zenga.control; import java.io.BufferedReader; import org.apache.commons.httpclient.HttpClient; import ...
0
votes
1answer
45 views

Send Json object via HTTP post request

How to send Json object via HTTP post request? I want to send data in the form of json object to a particular url. I am using http post request to get response from the particular url.. Code i am ...
0
votes
4answers
68 views

How to remove html tag like <br> in android [duplicate]

I am using json in my android application,actually in list view its showing with html tag in my text also,how can i display only the text avoiding the html tags Mainactivity.java public class ...
-1
votes
1answer
57 views

JSON String to Java object using GSON

I am trying to parse json to java. I have the following string that is valid json according to jsonlint.com private final static String LOC_JSON = "[" +"{" +" \"lat1\": ...
-4
votes
0answers
15 views

How to create a folder in SharePoint 2010 document library using REST [closed]

I have the exact requirement as in the post How to create a folder in SharePoint 2010 document library using REST or HTTP methods But I could even make a connection to SharePoint using Java, has ...
0
votes
0answers
24 views

Incomplete/malformed JSON sent on POST

I'm sending a dumped JSON over POST from and Android app. The vast majority of the times, everything works as expected. However, occasionally, the server will receive a malformed/incomplete JSON. ...
0
votes
0answers
18 views

Jersey and JSONConfiguration serialization an emplty list and single element list

I'm struggling with serialization an emplty list and single element list in Jersey for days now. I searched a lot I couldnt find a solution for my problem. I tried to fix it by adding ...
0
votes
0answers
12 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
92 views

How to use post method in android using json

I have created an android apps using json for getting from ror website and displaying in listview,Right now i want to add the data from our apps,it has to display in listview in our apps also and then ...
0
votes
0answers
37 views

Java Serialization to a JSON string using reflection

Ok, so I am just getting into advanced topics like reflection in Java for an OOPrograming class at my university and am finding myself in deep water (for me anyway). We were given an assignment that ...
0
votes
4answers
84 views

What is the fastest way to stand up a REST service using Java?

I have a few utility methods that I wrote in Java, for test data creation against a service. A couple of my colleagues who have the same use case thought it would be cool if they could re-use it, but ...
0
votes
2answers
22 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
3answers
59 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 ...
0
votes
1answer
25 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
1answer
23 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
0answers
23 views

Jackson different mixins for same class

I want to use different mixins for the same class during a serialize process. For example I want to seralize this pojo: private Rectangle rect1; private Rectangle rect2; Now I want to use Mixin1 ...
0
votes
0answers
24 views

RESTEasy — “Unexpected element” when unmarshaling JSON?

I am writing a RESTEasy client for Apple's AppStore lookup service, which returns a JSON object representing the results of a query. For my test case the JSON looks like this: { "resultCount":1, ...
1
vote
1answer
39 views

JSON (client-side) <-> Java (server-side) <-> JSON (NoSQL DB)

I am currently looking at using a Document-oriented NoSQL database for my application. The primary motivations for me to think of this move are : My Server-side emits JSON to its clients. My ...
-3
votes
1answer
43 views

How to convert string to JSON in java script? [closed]

I have a hashmap generated string value that I passing from a java class to a JavaScript function. I need to convert it to JSON. The string looks like this: [{name= joe, age=30, gender=male}, ...
2
votes
1answer
30 views

Jersey/JAXB bind different JSON format to a single type of java object

Suppose I have 2 different types of JSON defined below and I need to map both them to the same type of Java object. Type A { "startDate": "2013-05-10", "endDate": "2013-05-19", "value": "1.5" } ...
0
votes
1answer
16 views

Format to store in db4o in an android app

I'm working on an android project for a local community 'festival' and the android app should sync with an online database everytime it starts up, and then store the data on android in db4o. Right now ...
0
votes
0answers
21 views

Jersey JAXB JSON to Java object conversion (Client side)

Note: I tried solutions from Cannot unmarshal a JSON array of objects using Jersey Client already but it does not answer my question. I'm completely new to Jersey. I've summarized my problem below. ...
0
votes
1answer
19 views

How do I discriminate types on the fly with Jackson

I have some json that looks like this: [ {"type":"child_obj_1", "message": "blah"}, {"type":"child_obj_3", "apple": "red"}, {"type":"child_obj_2", "banana": "fire!"}, {"type":"doesnt_exist", ...
1
vote
1answer
19 views

Converting only the first level of object tree using Jackson ObjectMapper

Is it possible to make ObjectMapper convert only the actual object without converting the rest of the object tree recursively ? So that : Map<String,Object> props = new ...
0
votes
1answer
28 views

Ajax call to Rest service not successfully calling success function in ajax

I am having some ajax difficulties (and am newish to ajax, but have done a fair bit of searching) when calling a java rest server that I have written. I have a test html page running within the Rest ...
1
vote
1answer
46 views

Can org.json.JSONObject produce {“und”:[{“value”:“some@one.com”}]}?

I am trying to use org.json.JSONObject to build the following target json string: {"und":[{"value":"some@one.com"}]} Here is my code: JSONObject und = new JSONObject(); und.accumulate("und", new ...
1
vote
1answer
61 views

Jersey serialize empty list and single element list as an array

Since there is a probelm with serialization an emplty list and single element list in Jersey. I tried to fix it by adding JAXBContextResolver class. The goal is to return JSON object thant contains ...
-6
votes
0answers
17 views

ANDROID JAVA; HTTPS send data within the url, recieve JSON response [closed]

I'm programming in java for android a piece of code that submits data directly to a https server through the url: ...
2
votes
0answers
63 views

JsonReader Exception in Android while parsing large josn data

I am getting an exception when using the JsonReader class in android while parsing a large json data. Exception: java.lang.IllegalStateException: Expected a name but was STRING The json data is ...
-1
votes
1answer
37 views

How to get cross-domain JSON from jQuery?

I am trying to get JSON (getJSON()) from server that doesn't have support for jsonp implemented. Namely, when adding callback=? to the URL, the server does return the data, but it returns pure JSON ...
0
votes
1answer
70 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 ...
2
votes
2answers
46 views

Org.json.JSONException: Unterminated string at character 1834 [closed]

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 ...
0
votes
4answers
42 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", ...
2
votes
2answers
49 views

Getting Result type in Interceptor

I have Struts2 actions with different (HTML and JSON ) result types. They use common interceptor. If need to intercept the request, how to return result based on given action result type? For ...
0
votes
1answer
49 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 ...
-2
votes
1answer
51 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
0answers
43 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
33 views

Convert Json many objects to single Json using jackson

I have json, with diferents levels field , so i want to convert to a single json with fields with one level for example : { "prop1":"value1" , "prob2":"value2" , "prop3":{ ...
1
vote
2answers
66 views

GSON Expected BEGIN_ARRAY but was BEGIN_OBJECT

I'm getting this error when I receive only one single item in a list. I'm using Jersey in the server side REST Web service, I only get the error when the List returned one single element and when it ...
0
votes
1answer
32 views

Jackson @JsonIgnoreType not working on static inner class

I have several model objects that are using the builder pattern which I am trying to serialize with Jackson through Spring MVC. Problem is, I don't want the inner static builder class to be serialized ...
0
votes
1answer
33 views

Passing string to a REST API that consumes application/json

I have an interface that looks something like this: @Path("/myapi") @Produces("application/json") @Consumes("application/json") public interface MyRestApi { /// Some methods here that accept ...
-3
votes
0answers
20 views

how to put this pattern in json through java virtual objects.how to create the vo for this code

How to put these values in json object using java vo.how to create java vo for this list of products to be added "products": [ { "compositeKey": { "productName": ...
0
votes
2answers
93 views

JSON string from Gson: remove double quotes

Here is an example of my Json code: array("id" => 0, "navn" => "Vind telefon", "udgiver" => "Telia", "beskrivelse" => utf8_encode("Vind en Iphone 5 ved at gætte 1 spørgsmål"), "tilmeldte" ...
1
vote
1answer
36 views

Anonymous Uploading File object to Imgur API (JSON) gives Authentication Error 401

I've created a class UploadToImgurTask as an AsyncTask that takes a single file path parameter, creates and sets an MultiPartEntity, and then uses Apache HttpClient to upload the image with said ...
1
vote
0answers
29 views

Handle client disconnecting/closing the socket

I am writing a Chrome packaged application and using the chrome.sockets API. The backend is written in Java. When I close the socket in my Chrome app and check the status, it says it has disconnected ...
0
votes
1answer
12 views

Jolokia / JMX authentication in Javascript app

I develop a javascript-based frontend for JMX / jolokia backend. Basically, the tool should be a prettier html5-based JConsole for people, who don't code in Java. My question is, how am I supposed ...
0
votes
0answers
13 views

Could not find class sf.json.xml.xmlserializer

I have the following code in my program. url = new URL("http://www.aemet.es/xml/municipios/localidad_41091.xml"); URLConnection in = url.openConnection(); BufferedReader read = new ...
0
votes
1answer
60 views

Android java JSON parsing 'null' as output

We have been using this code in our application to fetch data from an online database, but whatever we tried, it keeps saying "null" as an output by album and duration. It could be a very small ...

1 2 3 4 5 89