Raw deserialization of a .zattrs file (Zarr v2). This is freeform JSON — OME-Zarr metadata lives here. We just parse it as a raw JsonElement and pass to OmeAttributesParser.
More...
Raw deserialization of a .zattrs file (Zarr v2). This is freeform JSON — OME-Zarr metadata lives here. We just parse it as a raw JsonElement and pass to OmeAttributesParser.
◆ Parse() [1/2]
152 {
153 var root = JsonSerializer.Deserialize<JsonElement>(utf8Json);
154 return new ZarrV2AttrsDocument { Root = root };
155 }
◆ Parse() [2/2]
146 {
147 var root = JsonSerializer.Deserialize<JsonElement>(json);
148 return new ZarrV2AttrsDocument { Root = root };
149 }
◆ Root
| JsonElement ZarrNET.ZarrV2AttrsDocument.Root |
|
get |
The documentation for this class was generated from the following file:
- ZarrNET/ZarrV2Document.cs