module pixeltable.functions.json
Pixeltable UDFs forJsonType.
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JsonType.
Example:
import pixeltable as pxt
import pixeltable.functions as pxtf
t = pxt.get_table(...)
t.select(pxtf.json.make_list(t.json_col)).collect()
make_list(obj: Json) -> Json
Was this page helpful?