This commit is contained in:
irungentoo 2013-06-29 11:31:52 -04:00
commit 7f2d4bb05b

View File

@ -1,4 +0,0 @@
<?php
$string = file_get_contents("test.json");
$json_a=json_decode($string,true);
?>