Module Jsonxt.Basic_monad
Basic_monad
supports parsing and writing JSON data that conforms to the Json.Basic.json
json type using reader and writer funtions that implement the IO monad. Support for integers, which are not part of the JSON standard, is included
module type IO = Jsonxt__.Io.IO