DuckDB function json_tree().
Arguments
- col0
VARCHAR | JSON
- col1
VARCHAR
Overloads
json_tree(col0 = VARCHAR)
json_tree(col0 = VARCHAR, col1 = VARCHAR)
json_tree(col0 = JSON)
json_tree(col0 = JSON, col1 = VARCHAR)
Provided by
The json extension (LOAD json;).