From a9d661165b24611f4b1c17b3e30fecf18c6f9990 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sat, 25 Jan 2025 08:06:53 -0500 Subject: [PATCH] docs: add JSON API docs (#10722) --- docs/_quarto.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 96889bfe8b4c..643cd8bc0bb3 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -162,6 +162,7 @@ website: - reference/expression-strings.qmd - reference/expression-temporal.qmd - reference/expression-collections.qmd + - reference/expression-json.qmd - reference/expression-geospatial.qmd - section: Type system @@ -523,6 +524,16 @@ quartodoc: dynamic: true signature_name: full + - kind: page + path: expression-json + package: ibis + summary: + name: JSON expressions + desc: Expressions for manipulating JSON values. + contents: + - name: JSONValue + package: ibis.expr.types.json + - kind: page path: expression-geospatial package: ibis.expr.types.geospatial