For something like this, I would expect to see the escaping correctly (as `jq` does it). ```fish ➜ echo '{"foo": "\""}' | jq { "foo": "\"" } ``` However, this library shows the following  Can we have a configuration option for that?