Dealing with hash in PHP json object

albacoreylerf

New Member
I have a json object that follows the following structure:$foo->bar['1']->#foobarThe hash is causing it to fail, how do I get the value of #foobar?Thanks
 
Back
Top