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(…) → StringKind · 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.