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?