Parsing a table that has a JSON column with multiple rows per field
I have a table similar to this, where I need to pull the value out of each JSON field that has an id equal to 2. I've tried multiple examples, but cannot manage to wrap my head around how to…