- module Strict : sig ... end
- Strictsupports processing JSON data that conforms to the- Json.Strict.jsonjson type.
 
- module Basic : sig ... end
- Basicsupports processing JSON data that conforms to the- Json.Basic.jsonjson type.
 
- module Extended : sig ... end
- Extendedsupports processing JSON data that conforms to the- Json.Extended.jsonjson type.
 
- module Yojson_safe : sig ... end
- Yojson_safesupports processing JSON data that conforms to Yojson's Safe json type.