IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

Object to array #8

Closed jagroop closed 8 years ago

jagroop commented 8 years ago

is there any way to convert the response object to array recursively ??

IsraelOrtuno commented 8 years ago

Try something like:

$array = json_decode(json_encode($object), true);