1 repositorio
Python APIs for evaluating data templating languages and returning structured output.
Distinct from Evaluation Engine APIs: Distinct from Evaluation Engine APIs: focuses on evaluating configuration templates rather than general-purpose expression evaluation.
Explore 1 awesome GitHub repository matching development tools & productivity · Template Evaluation APIs. Refine with filters or upvote what's useful.
Jsonnet is a structured configuration generation language that extends JSON with variables, conditionals, and object-oriented features to create reusable templates. It is designed to eliminate duplication in configuration data by providing a data templating language that can produce structured output from concise, programmable templates. The language distinguishes itself through an object-oriented inheritance model that allows field override, mixin composition, and self-referencing for modular configuration reuse. It supports lazy evaluation with thunks to defer computation until values are f
Ships a Python API for evaluating Jsonnet templates and returning JSON strings.