It would be great if this was supported. How hard would it be to add basic support? in: ```$list: (1, 2, 3);``` out: ```{list: [1, 2, 3]}``` in: ``` $map: ( hello: 1, world: 2 ); ``` out: ```{map: { hello: 1, world: 3 }}```
It would be great if this was supported. How hard would it be to add basic support?
in:
$list: (1, 2, 3);out:
{list: [1, 2, 3]}in:
out:
{map: { hello: 1, world: 3 }}