SyntaxFix
Write A Post
Hire A Developer
Questions
HashMap keyArrayList = new HashMap(); Iterator itr = yourJson.keys(); while (itr.hasNext()) { String key = (String) itr.next(); keyArrayList.put(key, yourJson.get(key).toString()); }