Get world capitals:
((NeoJSONReader fromString: (
������ ZnEasy
������ ������ get: '
http://api.geonames.org/countryInfoJSON'
������ ������ username: 'demo'
������ ������ password: '') contents) at: #geonames) collect: [ : d | d at: #capital ]
Get poster of The Terminator movie:
������ ������
(ZnEasy getJpeg: ((NeoJSONReader fromString:
������ (ZnClient new
������ ������ url: '
http://www.omdbapi.com/';
������ ������ queryAt: 't' put: 'The Terminator';
������ ������ get;
������ ������ contents)) at: #Poster)) inspect