Open jamie-beck opened 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.
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.