Thalweg · API reference ← Main docs

Module json

Module json 

Source
Expand description

JSON manipulation UDF implementations.

Functions§

make_get_json_object_udf
get_json_object(json_string, path) — extract a scalar value from a JSON string using a JSONPath-style path expression.
make_to_json_udf
to_json(<any>) -> STRING — serialise an Arrow value of any type to a JSON string.