CHANGES:
- Extract and expose
Decoder.t, useful for "decoding" things outside of the JSON family (#40, @mattjbray). - Add
Decoders.Xml.Stodecoders, createdecoders-ezxmlm, and addDecoders_bs_xmltobs-decoders(#49, @mattjbray). - BREAKING: namespace
bs-decodersmodules underDecoders. To upgrade,
replaceDecoders_bswithDecoders.Bs_json(#49, @mattjbray). - Add
decoders-jsonaf(#50, @dvmitrv).