rest-stringmap

Maps with stringy keys that can be transcoded to JSON and XML.

Version on this page:0.2.0.2@rev:3
LTS Haskell 12.26:0.2.0.7
Stackage Nightly 2018-07-09:0.2.0.7
Latest on Hackage:0.2.0.7

See all snapshots rest-stringmap appears in

BSD-3-Clause licensed by Silk B.V.
Maintained by [email protected]
This version can be pinned in stack with:rest-stringmap-0.2.0.2@sha256:6bd88422dfcf66c00cb2aa8079ffae04b6540f9054963b26a82dd86b1ce93b13,1093

Module documentation for 0.2.0.2

  • Rest
    • Rest.StringMap
      • Rest.StringMap.HashMap
        • Rest.StringMap.HashMap.Lazy
        • Rest.StringMap.HashMap.Strict
      • Rest.StringMap.Map
        • Rest.StringMap.Map.Lazy
        • Rest.StringMap.Map.Strict
      • Rest.StringMap.Util

Maps with stringy keys that can be transcoded to JSON and XML.

Changes

Changelog

0.2.0.2

  • Use json-schema == 0.6.*

0.2.0.1

  • Change JSONSchema instances to Map

0.2

  • Fix loop in ToJSON instances for StringHashMaps
  • mapToJSON and mapParseJSON have been removed from Rest.StringMap.Util.

0.1.0.1

  • Add missing tagged dependency

0.1.0.0

  • Initial release