xml-to-json converts xml to json. It includes a Haskell library and a command-line tool. xml-to-json ships with two different executables: xml-to-json-fast ("fast") uses a lot less memory, but you can ...
There are some use cases where it would desirable to have application messages formated as JSON documents. Most popular logging packages don't support this, but they are easily extended to handle ...