Pick keys from objects in array in MySQL JSON column
I have a table with a column for JSON. Example of the JSON in the column: “[{ “plys”: 3, “end”: 47.56, “length”: 47.56 }, { “plys”: 2, “end”: 62.97, “length”: 15.41 }]” There are other fields in each object that…