Add an option "key" so that we can specify the key column for the JSON object. In v0.7.1a, there is no key, so to find and item in the JSON, we have to loop through the array. In many cases, we'll have a key, like FullName in a Contacts list, which we can use to access items.
↧