A
Anthony Elizondo
I am trying to create the following:
{ 'a' =3D> 'happy', 'b' =3D> 'happy birthday', 'c' =3D> 'happy new year'}
Can YAML do this? I have something like:
a: &first happy
b: *first<<birthday
c: *first.concat('new year')
neither of which work.
Any ideas?
{ 'a' =3D> 'happy', 'b' =3D> 'happy birthday', 'c' =3D> 'happy new year'}
Can YAML do this? I have something like:
a: &first happy
b: *first<<birthday
c: *first.concat('new year')
neither of which work.
Any ideas?