Jsonnet

Jsonnet is a data templating language designed for elegant generation of JSON and YAML. It is used heavily for Kubernetes manifests, Grafana dashboards (Grafonnet), and Bazel-based tooling.

API entry from apis.yml

apis.yml Raw ↑
aid: configuration-language:jsonnet
name: Jsonnet
description: Jsonnet is a data templating language designed for elegant generation of JSON and YAML. It
  is used heavily for Kubernetes manifests, Grafana dashboards (Grafonnet), and Bazel-based tooling.
humanURL: https://jsonnet.org/
baseURL: https://jsonnet.org
tags:
- Generation
- Jsonnet
- Templating
properties:
- type: Documentation
  url: https://jsonnet.org/learning/tutorial.html
- type: GitHubRepository
  url: https://github.com/google/jsonnet
x-features:
- JSON-superset templating language
- Functions, mixins, and inheritance
- Used by Grafana dashboards (Grafonnet) and Tanka