Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

json_decode object to array

//decode php object as array
$result = json_decode($jsondata, true);
 
PREVIOUS NEXT
Tagged: #object #array
ADD COMMENT
Topic
Name
4+2 =