Metadata.Group
A module which contains functionality to work with a parsed JSON Zarr group metadata document.
val default : t
Return a group metadata type with default values for all fields.
val encode : t -> string
encode t
returns a byte string representing a JSON Zarr group metadata.
update_attributes t json
returns a new metadata type with an updated attribute field containing contents in json
.
val show : t -> string
show t
pretty-prints the contents of the group metadata type t.
val attributes : t -> Yojson.Safe.t
attributes t
Returns a Yojson type containing user attributes assigned to the zarr group represented by t
.