You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can the standard JSON operations such as some_table.c.json_column['some key'] and some_table.c.json_column[('key_1', 'key_2', 5, ..., 'key_n')] be implemented?
Describe the feature
Can the standard JSON operations such as
some_table.c.json_column['some key']
andsome_table.c.json_column[('key_1', 'key_2', 5, ..., 'key_n')]
be implemented?Describe alternatives you've considered
I sought the advice of the community.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: