In a project of mine I do this :
(ZnEasy get: 'https://www.rijksmuseum.nl/api/nl/collection/SK-C-1368/tiles?key=14OGzuak') contents .
but this is given me a bytearray. When I do the same in other languages I know like c# or ruby I get a dictionary like I suspect. Can som one explain to me why this happens with ZnEasy. Regards, Roelof