|
|
|
|
|
by mdaniel
923 days ago
|
|
I think you are lobbying the wrong person about the relationship between yaml and json; I was trying to point out that you had thing:
- item1
- {{ foo | toJson }} # <-- is not going to do what you expect
unless you quite literally wanted thing:
- alpha
- - alpha1
- alpha2
|
|
But I meant this which would merge the lists.