> On 10 Dec 2014, at 21:26, dboeren <boer...@gmail.com> wrote: > > "Fetch the raw JSON data from dtdb.co" > response := 'http://dtdb.co/api/cards/' asUrl retrieveContents asString.
Why no do NeoJSONReader fromString: 'http://dtdb.co/api/cards/' asUrl retrieveContents ? You'll get the data back, nicely parsed and converted to proper Pharo strings. Sven