File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -283,12 +283,12 @@ Serialize to JSON for Zarr V2:
283283
284284 .. note ::
285285
286- The representation returned by ``to_json `` is more abstract than the literal contents of Zarr V2
287- array metadata, because the JSON representation used by the ``ZDType `` classes must be distinct across
288- different data types. Zarr V2 identifies multiple distinct data types with the "object" data type
289- identifier ``"|O" ``, which means extra information is needed to disambiguate these data types from
290- one another. That's the reason for the `` object_codec_id `` field you see here. See the
291- `section < #object-data-type >`_ on the "object" data type for more information .
286+ The representation returned by ``to_json(zarr_format=2) `` is more abstract than the literal contents
287+ of Zarr V2 array metadata, because the JSON representation used by the ``ZDType `` classes must be
288+ distinct across different data types. As noted ` earlier < #object- data-type >`_, Zarr V2 identifies
289+ multiple distinct data types with the "object" data type identifier ``"|O" ``. Extra information
290+ is needed to disambiguate these data types from one another. That's the reason for the
291+ `` object_codec_id `` field you see here .
292292
293293And for V3:
294294
You can’t perform that action at this time.
0 commit comments