JSON string:
{ "Result":
[
{ "food_photo":255,216,255,224,0,16,74,70,73,70,0,1.....4,255,217],
"qty":"12",
"time":"23",
"cost":null
}
]
}
My question: how to convert food_photo into a list?
FYI: I use public byte[] food_photo in my class but it shows null when I execute my list.