Hello,

I try to ask a api for some data and then display the data�� I want.

But when I do :

json := (NeoJSONReader fromString: (ZnEasy get: 'https://www.rijksmuseum.nl/api/nl/collection?key=14OGzuak&format=json&type=schilderij&toppieces=True') contents).

Paintings new fromJSON:  json 


I still see a message that Paintings do not understand new.

What did I do wrong here.

I will include  a file-out of my code 


Regards, 

Roelof