Open SampathPalreddy opened 3 years ago
Hi Team, I have an InputJson with a Java Object in it. I need to extract a field out of it.
InputJson
{ "response" :{Response{result=SUCCESS,serverResponse="{"id":"2"}"}} }
Response is a Java class with attributes result and serverResponse. serverResponse contains json string
ExpectedJson
{ "id" :"2" }
Any help is greatly appreciated. :)
Hi Team, I have an InputJson with a Java Object in it. I need to extract a field out of it.
InputJson
Response is a Java class with attributes result and serverResponse. serverResponse contains json string
ExpectedJson
Any help is greatly appreciated. :)