mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-08 18:01:28 +01: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
|
|
- {}
|
|
|||
|
|
)
|