最佳答案
我的 JSON 对象如下:
member = "{interests : [{interestKey:Dogs}, {interestKey:Cats}]}";
在 Java 中,我想解析上面的 json 对象并将值存储在数组列表中。
我正在寻找一些代码,通过它们我可以实现这一点。