Filtering record query through json table content

Options
It seems like Xano does not "see" json content e.g. a column named Summary storing the following json:
{'type': 'swim','time': 1800}, cannot be filtered by e.g. Summary.type equals swim
Is is a matter of syntax or currently not possible?
An obvious solution is to fetch data for filtering params in a separate column but this does not seems very scalable hence my questions if I can filter with json directly.

Comments