It's a bit challenging to articulate, but imagine this is the structure of my object:
{
"success":true,
"objects":[
{
"name":"Stick",
"value":"wood",
"size":"large"
}...
]
}
Now, my goal is to retrieve all the information for objects with the name "Stick," meaning it should return the name, value, and size.