Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Dropbox_j
Sourcetype metadata = Dropbox_t.metadata = {
size : string;
bytes : int;
mime_type : string;
path : string;
is_dir : bool;
is_deleted : bool;
rev : string;
hash : string;
thumb_exists : bool;
photo_info : photo_info_variant;
video_info : video_info_variant;
icon : string;
modified : date option;
client_mtime : date option;
root : metadata_root;
contents : metadata list;
read_only : bool;
modifier : user option;
}
type info = Dropbox_t.info = {
uid : int;
display_name : string;
email_verified : bool;
name_details : name_details;
referral_link : uri;
country : string;
locale : string;
is_paired : bool;
team : team option;
quota_info : quota_info;
}
type delta_json = Dropbox_t.delta_json = {
entries : (string * metadata option) list;
reset : bool;
cursor : string;
has_more : bool;
}
Serialize a value of type date
into a JSON string.
Input JSON data of type date
.
Serialize a value of type group
into a JSON string.
Input JSON data of type group
.
Serialize a value of type json
into a JSON string.
Input JSON data of type json
.
Output a JSON value of type metadata_root
.
Serialize a value of type metadata_root
into a JSON string.
Input JSON data of type metadata_root
.
Deserialize JSON data of type metadata_root
.
Output a JSON value of type photo_info_variant
.
Serialize a value of type photo_info_variant
into a JSON string.
Input JSON data of type photo_info_variant
.
Deserialize JSON data of type photo_info_variant
.
Serialize a value of type user
into a JSON string.
Input JSON data of type user
.
Serialize a value of type user_info
into a JSON string.
Input JSON data of type user_info
.
Output a JSON value of type shared_folder
.
Serialize a value of type shared_folder
into a JSON string.
Input JSON data of type shared_folder
.
Deserialize JSON data of type shared_folder
.
Output a JSON value of type video_info_variant
.
Serialize a value of type video_info_variant
into a JSON string.
Input JSON data of type video_info_variant
.
Deserialize JSON data of type video_info_variant
.
Serialize a value of type metadata
into a JSON string.
Input JSON data of type metadata
.
Output a JSON value of type visibility
.
Serialize a value of type visibility
into a JSON string.
Input JSON data of type visibility
.
Deserialize JSON data of type visibility
.
Serialize a value of type uri
into a JSON string.
Input JSON data of type uri
.
Serialize a value of type token
into a JSON string.
Input JSON data of type token
.
Serialize a value of type team
into a JSON string.
Input JSON data of type team
.
Output a JSON value of type shared_link
.
Serialize a value of type shared_link
into a JSON string.
Input JSON data of type shared_link
.
Deserialize JSON data of type shared_link
.
Output a JSON value of type shared_folders
.
Serialize a value of type shared_folders
into a JSON string.
Input JSON data of type shared_folders
.
Deserialize JSON data of type shared_folders
.
Output a JSON value of type quota_info
.
Serialize a value of type quota_info
into a JSON string.
Input JSON data of type quota_info
.
Deserialize JSON data of type quota_info
.
Output a JSON value of type name_details
.
Serialize a value of type name_details
into a JSON string.
Input JSON data of type name_details
.
Deserialize JSON data of type name_details
.
Output a JSON value of type metadata_list
.
Serialize a value of type metadata_list
into a JSON string.
Input JSON data of type metadata_list
.
Deserialize JSON data of type metadata_list
.
Output a JSON value of type longpoll_delta
.
Serialize a value of type longpoll_delta
into a JSON string.
Input JSON data of type longpoll_delta
.
Deserialize JSON data of type longpoll_delta
.
Serialize a value of type link
into a JSON string.
Input JSON data of type link
.
Output a JSON value of type latest_cursor
.
Serialize a value of type latest_cursor
into a JSON string.
Input JSON data of type latest_cursor
.
Deserialize JSON data of type latest_cursor
.
Serialize a value of type info
into a JSON string.
Input JSON data of type info
.
Output a JSON value of type error_description
.
Serialize a value of type error_description
into a JSON string.
Input JSON data of type error_description
.
Deserialize JSON data of type error_description
.
Output a JSON value of type delta_json
.
Serialize a value of type delta_json
into a JSON string.
Input JSON data of type delta_json
.
Deserialize JSON data of type delta_json
.
Serialize a value of type copy_ref
into a JSON string.
Input JSON data of type copy_ref
.
Output a JSON value of type chunked_upload
.
Serialize a value of type chunked_upload
into a JSON string.
Input JSON data of type chunked_upload
.
Deserialize JSON data of type chunked_upload
.