Current section

Files

Jump to
xml_json lib xml_json.ex
Raw

lib/xml_json.ex

defmodule XmlJson do
@moduledoc """
`XmlJson` - convention based de/serialization for XML to/from JSON.
Delegates may be added here, but until then see the following Modules:
- `XmlJson.Parker`
- `XmlJson.BadgerFish`
Otherwise, specs, and type documentation in general, will be added soon.
"""
end