mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-06 22:11:31 +02:00
Add support for std.parseYaml. Co-authored-by: Stanisław Barzowski <stanislaw.barzowski@gmail.com>
12 lines
100 B
Jsonnet
12 lines
100 B
Jsonnet
std.parseYaml(
|
|
|||
|
|
foo: bar
|
|
aaa: {}
|
|
ąę: ćż
|
|
xxx:
|
|
- 42
|
|
- asdf
|
|
- {}
|
|
|||
|
|
)
|