Given the following table, which two methods can a Snowflake user employ to access a JSON object? ```sql CREATE TABLE products ( id INTEGER, name VARCHAR, details VARIANT ); ``` | Snowflake SnowPro Core Quiz - LeetQuiz