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.