Something like: ``` javascript edn.encode({foo: 1, bar: 2}, {mapCommas: true}); // => '{"foo" 1, "bar" 2}' ```