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