<?php // Store JSON data in a PHP variable $json = '{"data":[{"name":"John","sex":"M","address":{"unit":"7"}}]}'; var_dump(json_decode($json)); ?>
You have javascript disabled. You will not be able to edit any code.