package spotify-web-api

  1. Overview
  2. Docs
type external_ids = External_ids_t.external_ids
val write_external_ids : Bi_outbuf.t -> external_ids -> unit

Output a JSON value of type external_ids.

val string_of_external_ids : ?len:int -> external_ids -> string

Serialize a value of type external_ids into a JSON string.

  • parameter len

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

val read_external_ids : Yojson.Safe.lexer_state -> Lexing.lexbuf -> external_ids

Input JSON data of type external_ids.

val external_ids_of_string : string -> external_ids

Deserialize JSON data of type external_ids.