Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type external_urls = External_urls_t.external_urls
val write_external_urls : Stdlib.Buffer.t -> external_urls -> unit
Output a JSON value of type external_urls
.
val string_of_external_urls : ?len:int -> external_urls -> string
Serialize a value of type external_urls
into a JSON string.
val read_external_urls :
Yojson.Safe.lexer_state ->
Stdlib.Lexing.lexbuf ->
external_urls
Input JSON data of type external_urls
.
val external_urls_of_string : string -> external_urls
Deserialize JSON data of type external_urls
.