ngff icon indicating copy to clipboard operation
ngff copied to clipboard

json terminology

Open constantinpape opened this issue 2 years ago • 1 comments

Do we have a fixed convention for how to use json terminology in the spec? For object ({}) I think we are currently using dictionary. And for array ([]) we are using list. I.e. we are using the names of the equivalent python data structures. I think this is fine (esp. since we don't want to use array due to the overloaded meaning in the zarr spec), but it should be stated somewhere in the preamble of the spec.

constantinpape avatar Oct 18 '21 15:10 constantinpape

This is similar to https://github.com/ome/ngff/pull/70 and could go in the same section.

will-moore avatar Nov 02 '21 12:11 will-moore