Module Jsonxt__.Reader_string_file
module type Reader_string_file = sig ... end
module Make : functor (Lexxer : Jsonxt__.Compliant_lexxer.Lex) -> functor (Parser : Jsonxt__.Parser.Parser) -> Reader_string_file with type json = Parser.Compliance.json