如何在Android中使用volley在HashMap中发布JSON对象数据

时间:2018-06-14 04:00:04

标签: json post hashmap android-volley

我需要发布一个像这样的JSON:

{
    "user":{
            "email": "a@a.com", 
            "password": "aaaaa"
           }
}

我该怎么办?

0 个答案:

没有答案