我收到这样的回复
String result = responseEntity.getBody();
{
"FailureReason": "",
"State": "True",
"UserId": 1038,
"Specified": false,
"Name": "Java"
}
我将如何访问这些 JsonString。我Gson
用来形成JsonString
.I am JS Guy, when i try to access result.Name [It throws me error]