Calculon_web.Movie_jtype year = Movie_t.yeartype maybe = Movie_t.maybeval read_year : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> yearInput JSON data of type year.
val string_of_maybe : ?len:int -> maybe -> stringSerialize a value of type maybe into a JSON string.
val read_maybe : Yojson.Safe.lexer_state -> Stdlib.Lexing.lexbuf -> maybeInput JSON data of type maybe.
val write_search_entry : Stdlib.Buffer.t -> search_entry -> unitOutput a JSON value of type search_entry.
val string_of_search_entry : ?len:int -> search_entry -> stringSerialize a value of type search_entry into a JSON string.
val read_search_entry :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
search_entryInput JSON data of type search_entry.
val search_entry_of_string : string -> search_entryDeserialize JSON data of type search_entry.
val write_search_result : Stdlib.Buffer.t -> search_result -> unitOutput a JSON value of type search_result.
val string_of_search_result : ?len:int -> search_result -> stringSerialize a value of type search_result into a JSON string.
val read_search_result :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
search_resultInput JSON data of type search_result.
val search_result_of_string : string -> search_resultDeserialize JSON data of type search_result.
val write_query_entry : Stdlib.Buffer.t -> query_entry -> unitOutput a JSON value of type query_entry.
val string_of_query_entry : ?len:int -> query_entry -> stringSerialize a value of type query_entry into a JSON string.
val read_query_entry :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
query_entryInput JSON data of type query_entry.
val query_entry_of_string : string -> query_entryDeserialize JSON data of type query_entry.