package spotify-web-api

  1. Overview
  2. Docs

Module External_urls_jSource

Sourceval write_external_urls : Buffer.t -> external_urls -> unit

Output a JSON value of type external_urls.

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

Input JSON data of type external_urls.

Sourceval external_urls_of_string : string -> external_urls

Deserialize JSON data of type external_urls.

OCaml

Innovation. Community. Security.