I have a JSON object
var obj = {"firstName":"John", "lastName":"Doe"}
And I can return values using obj.firstName
etc. But in my case I might not know the name of the header but I know its position. Is there a way I can return the value using its position? e.g. obj.1