Description
Is your feature request related to a problem? Please describe.
Please add sqlalchemy_bigquery support for the JSON datatype, recently added to pre-GA support (link: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#json_type)
Describe alternatives you've considered
Ive considered just using the JSON data as a String and just doing JSON operations locally.