Dec. 10, 2014
11:34 p.m.
On 10 Dec 2014, at 21:26, dboeren <boerend@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