标签: json post hashmap android-volley
我需要发布一个像这样的JSON:
{ "user":{ "email": "a@a.com", "password": "aaaaa" } }
我该怎么办?