Running this: `^echo '[{"foo": "bar"}]'` we get: ``` [{foo: bar}] ``` But the expected output is ``` [{"foo": "bar"}] ``` This is happening for me in NixOS using version `0.12.1`
Running this:
^echo '[{"foo": "bar"}]'we get:But the expected output is
This is happening for me in NixOS using version
0.12.1