module Strict : sig ... endStrict supports processing JSON data that conforms to the Json.Strict.json json type.
module Basic : sig ... endBasic supports processing JSON data that conforms to the Json.Basic.json json type.
module Extended : sig ... endExtended supports processing JSON data that conforms to the Json.Extended.json json type.
module Yojson_safe : sig ... endYojson_safe supports processing JSON data that conforms to Yojson's Safe json type.