Current section
Files
Jump to
Current section
Files
json_to_xml
README.md
README.md
# JsonToXml
[](https://semaphoreci.com/semlabs/json_to_xml)
[](https://hex.pm/packages/json_to_xml)
[](https://github.com/semlabs/json_to_xml)
Convert JSON strings to XML.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `json_to_xml` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:json_to_xml, "~> 0.1.0"}]
end
```
## Documentation
The docs can be found at [https://hexdocs.pm/json_to_xml](https://hexdocs.pm/json_to_xml).