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: