Rendering Jsonnet
The core of JaaS: evaluate Jsonnet on demand and return JSON. These pages cover what you send it, how imports resolve, how you parameterize a render, and the limits that keep evaluation safe.
- Rendering endpoint — the HTTP API that evaluates a snippet and returns JSON.
- Snippets and libraries — how snippets and their imports are organized and resolved.
- External variables and TLAs
—
parameterize a render with
extVarand top-level arguments. - Jsonnet libraries
— reusable
.libsonnetlibraries on the import path. - JOI images — ship libraries as single-layer OCI images.
- Evaluation and security — timeouts, stack limits, and import confinement around untrusted snippets.