Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

-d {followingjson} curl



$data = json_decode($response, true);
print_r($data);

  $j=count($data["content"]);

                for ( $say=0 ; $say < $j ; $say++ )
                {

                    print $data["content"][$say]["name"];

                }


Source by nullorempty.org #
 
PREVIOUS NEXT
Tagged: #curl
ADD COMMENT
Topic
Name
3+2 =