美文网首页
json字符串转HashMap

json字符串转HashMap

作者: hare426 | 来源:发表于2020-01-09 11:57 被阅读0次

    Description:
        Converting an JSONString into an HashMap

    HashMap<String,String> params = JSONObject.parseObject(jsonData,newTypeReference<HashMap<String,String>>(){});
    

    相关文章

      网友评论

          本文标题:json字符串转HashMap

          本文链接:https://www.haomeiwen.com/subject/gtdyactx.html