Carlos Gomez
09/24/2021, 8:58 PM{
"id": "uuid",
"members": [ { "id": 1 } ],
}
If I have a specific member
ID, how would I find rows that have a members
array containing a member
object with that ID? I'm using the new JSON filtering API.Ryan
09/27/2021, 7:08 AM