GetResponse / getresponse-api-php

GetResponse API v3 wrapper.
27 stars 57 forks source link

allow returning of associate array instead of object #3

Open jamie-beck opened 8 years ago

jamie-beck commented 8 years ago

Things like $response->{'0'} seem clumsy compared to $response[0] In my opinion arrays are easier to iterate over too.

Its more efficient to handle it by json_decode() directly then on the outside of the class.