Skip to contents

DuckDB function from_json_strict().

Usage

from_json_strict(col0, col1)

Arguments

col0

VARCHAR | JSON

col1

VARCHAR

Value

ANY

Provided by

The json extension (LOAD json;).