Generating a virtual column is the recommended way to index a JSON property.
But what if the property I want to index is inside an array or object? For example, if the JSON property is an array of userIds, and I'm querying for the userId in the array so I'd want to be indexed. What would be the best approach?