Using the Parse PHP API - I am calling a query to return an object from the table which is working great. Upon var_dump($parseobjecthere)
I receive a nice hierarchical output of the object which I'd like to convert to an associative array. Does anybody have any suggestions for how this may happen - as I can't seem to locate anything relevant in the documentation.
Thanks in advance,
Sean