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