iriscouch/browser-request

json:true should parse the response to json object

guy-mograbi-at-gigaspaces opened this issue · 1 comments

currently the responses are strings.. they should be json objects.

in node request, if I add json:true, I get a json object in resopnse

my bad.. it works as expected