Skip to contents

DuckDB function json_extract_path().

Usage

json_extract_path(col0, col1)

Arguments

col0

VARCHAR | JSON

col1

BIGINT | VARCHAR | VARCHAR[]

Value

JSON | JSON[]

Provided by

The json extension (LOAD json;).