Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val write_image : Bi_outbuf.t -> image -> unit
Output a JSON value of type image
.
val string_of_image : ?len:int -> image -> string
Serialize a value of type image
into a JSON string.
val read_image : Yojson.Safe.lexer_state -> Lexing.lexbuf -> image
Input JSON data of type image
.