I need a little help with the JSON object. I want to get the value at the first instance of "key1" (using the example).
Here's the example JSON. This isn't the exact thing I'm working with, but it's close enough:
[
{
"key1": "thing1",
"key": "thing",
"key": "thing",
"key": thing,
"key": -thing,
"key": "thing",
"key": thing",
"key": "thing"
},
{
"key1": "thing1",
"key": "thing",
"key": "thing",
"key": "thing",
"key": "thing"
},
]
Any help is appreciated!