package spotify-web-api

  1. Overview
  2. Docs
type external_urls = External_urls_t.external_urls
val write_external_urls : Bi_outbuf.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.

  • parameter len

    specifies the initial length of the buffer used internally. Default: 1024.

val read_external_urls : Yojson.Safe.lexer_state -> 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.