I have json string which looks like the following:
"users":[
{user_id=1,
user_name=foo,
profile_image=profile.png},
{user_id=2,
............},
.............
]
How can I convert it into a java arraylist of key,value pairs?