March 11, 2019
6:34 a.m.
Op 11-3-2019 om 00:03 schreef Ben Coman:
collectionUrl :=Â 'https://www.rijksmuseum.nl/api/nl/collection?key=14OGzuak&format=json&type=s...'. Â Â json := NeoJSONReader fromString: (ZnEasy get: collectionUrl) contents. Â Â paintings := Paintings fromJSON: json.
Thanks a lot , Ben I almost gave it up but I think I see a way to solve this The first part gives back exactly the same output as my old code. For the new one I have to do some trying but I think I can solve it Roelof