toxcore/testing/muh parser.php
2013-06-25 02:21:15 -06:00

5 lines
86 B
PHP

<?php
$string = file_get_contents("test.json");
$json_a=json_decode($string,true);
?>