How to parse JSON in Snowflake
Share this page | Read it later using CloudBreak Wallabag
Example:
select parse_json(json_column):json_field
from foo.bars
;
This is useful for analyzing semi-structured data that happens to be stored as JSON.
Resources: