I have a json as follow:
我有一个json如下:
[
{
"id": 4,
"name": "ff",
"price": "ff",
"unit": "Kg",
"storeId": "2",
"username": "fdf",
"abb": "ff",
"date": "02/11/2015"
},
{
"id": 5,
"name": "ff",
"price": "ff",
"unit": "Kg",
"storeId": "2",
"username": "yhyhyy",
"abb": "ff",
"date": "02/11/2015"
}
]
[