I have the following
JSONObect {"28":["Mugisha","Christian"]}
from a larger JSONArray that I need to be able to translate
{"28":["Mugisha","Christian"]}
into an object which has
int itemId;
String firstName;
String lastName;
How do I go about this?