moleike / haskell-jsonnet

🎏 Haskell implementation of Jsonnet
https://hackage.haskell.org/package/jsonnet
Other
21 stars 6 forks source link

Encoding JSON strings #10

Closed moleike closed 4 years ago

moleike commented 4 years ago

std.manifestJson("foo\nbar") should return the following escaped string "\"foo\\nbar\""

moleike commented 4 years ago

Fixed in 7e3d3e4574efd4c354c3b2b342752738e62bfb72