package spotify-web-api
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
sha256=6bcad14644a5b32e0eb007858472d3b56477a9c4aabcc5b1b87be9164b30d45a
    
    
  md5=5a26d1c5e23df37104e83e40671d027d
    
    
  doc/spotify-web-api/Album_j/index.html
Module Album_jSource
type album_simplified = Album_t.album_simplified = {album_type : string;available_markets : string list;external_urls : external_urls;href : string;id : string;images : image list;name : string;uri : string;
}Output a JSON value of type paging.
Serialize a value of type paging into a JSON string.
val read_paging : 
  (Yojson.Safe.lexer_state -> Lexing.lexbuf -> 'a) ->
  Yojson.Safe.lexer_state ->
  Lexing.lexbuf ->
  'a pagingInput JSON data of type paging.
val paging_of_string : 
  (Yojson.Safe.lexer_state -> Lexing.lexbuf -> 'a) ->
  string ->
  'a pagingDeserialize JSON data of type paging.
Serialize a value of type image into a JSON string.
Input JSON data of type image.
Output a JSON value of type external_urls.
Serialize a value of type external_urls into a JSON string.
Input JSON data of type external_urls.
Deserialize JSON data of type external_urls.
Output a JSON value of type album_simplified.
Serialize a value of type album_simplified into a JSON string.
Input JSON data of type album_simplified.
Deserialize JSON data of type album_simplified.
Output a JSON value of type search_wrapper.
Serialize a value of type search_wrapper into a JSON string.
Input JSON data of type search_wrapper.
Deserialize JSON data of type search_wrapper.