DB
FunctionsJSON

json_typeof

Returns the JSON type of the input value (object, array, string, number, boolean, or null). Use this for schema discovery and conditional extraction.

json_typeof(…) → String

Kind · scalar

Returns the JSON type of the input value (object, array, string, number, boolean, or null). Use this for schema discovery and conditional extraction.

Part of the JSON family.