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