Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Album_jSourcetype 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.