freebsd-ports/devel/jsonnet/pkg-descr
Pawel Pekala 839a71b6bf 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://github.com/google/jsonnet

PR:		200671
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2015-10-28 17:41:45 +00:00

8 lines
423 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://github.com/google/jsonnet