package spotify-web-api

  1. Overview
  2. Docs

Module External_ids_jSource

Sourceval write_external_ids : Buffer.t -> external_ids -> unit

Output a JSON value of type external_ids.

Sourceval 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.

Input JSON data of type external_ids.

Sourceval external_ids_of_string : string -> external_ids

Deserialize JSON data of type external_ids.

OCaml

Innovation. Community. Security.