| Author |
issue while getting the value from JSON string
|
anish jain
Ranch Hand
Joined: Feb 03, 2010
Posts: 129
|
|
Hi,
I have to make some web service call that returns objects in JSON format instead of XML
I have made some DTO"s as per the JSON.
In my DTO, one getter is returning java.util.Set and rest returning String.
For String fields I am able to get the values from JSON format but for the method returning Set I am not able to get the values.
Could anyone of you please help me?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8566
|
|
|
How are you doing the Object<->JSON conversion?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: issue while getting the value from JSON string
|
|
|