Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
v0.4.24
JsonType
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