Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created January 5, 2015 16:14
Show Gist options
  • Save taleeb35/dc234d8e2fccbb83e128 to your computer and use it in GitHub Desktop.
Save taleeb35/dc234d8e2fccbb83e128 to your computer and use it in GitHub Desktop.
<?php
$obj = json_encode($task_list ,TRUE);
// $xml = $obj['task_list']['id'];
//var_dump($obj);
//foreach($obj as $doc) {
// $xml = simplexml_load_string($obj);
var_dump($xml);
// }
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment