JsonToXml
Convert JSON strings to XML.
Installation
If available in Hex, the package can be installed
by adding json_to_xml
to your list of dependencies in mix.exs
:
def deps do
[{:json_to_xml, "~> 0.1.0"}]
end
Documentation
The docs can be found at https://hexdocs.pm/json_to_xml.