If your just returning an array of objects.. return a 2 column array
{
[ "itemID", 30761],
[ "metadata", 42],
["stackSize", 64],
["displayName", "Yeast"]
}
This has the nice feature to be (almost) infinitely extensible so you dont have to revamp your API if you want to return more or less items