How to parse json output using java with below scenorio.
I have json result (output) in getDetails()
below is the json output for getDetails()
[{"myInfo":[{"name":"surya","mobile":"7893939393"}],"status":"active"}]
How I can return the 'mobile' value using java