|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
Result of parsing a v3 group zarr.json. More...
#include <v3.hpp>
Public Attributes | |
| json | attributes = json::object() |
| User attributes. | |
| std::optional< json > | consolidated |
Result of parsing a v3 group zarr.json.
| std::optional<json> zarr::v3::GroupMeta::consolidated |
Inline consolidated metadata (node path -> zarr.json document), per the zarr-python convention (zarr-specs #309 — a convention, not yet an accepted spec); std::nullopt when absent.