mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
8957281656
ChangeLog: https://github.com/google/jsonnet/releases/tag/v0.18.0 PR: 260998 Reported by: gasol.wu@gmail.com (maintainer)
8 lines
409 B
Plaintext
8 lines
409 B
Plaintext
Jsonnet is a domain specific configuration language that helps you define JSON
|
|
data. Jsonnet lets you compute fragments of JSON within the structure, bringing
|
|
the same benefit to structured data that templating languages bring to plain
|
|
text. The example below illustrates a few features -- referring to another part
|
|
of the structure, overriding object fields, and string operations.
|
|
|
|
WWW: https://jsonnet.org
|