The JSON is :
{
"statuses": [
{
"created_at": "Fri Dec 02 17:05:40 +0800 2016",
"id": 4048283825629844,
"mid": "4048283825629844",
"user": {
"id": 5680719858,
"idstr": "5680719858",
"class": 1
},
"is_show_bulletin": 2
},
.......
I don't know the "user" key is what kind of Java object type.
Please give me a sample code to show how to parse this json. Many thanks!