convert json to php associative array code example Example: php json string to associative array $assocArray = json_decode($data, true);