toxcore/testing/muh parser.php

5 lines
86 B
PHP
Raw Normal View History

2013-06-25 16:20:58 +08:00
<?php
2013-06-25 16:21:15 +08:00
$string = file_get_contents("test.json");
2013-06-25 16:20:58 +08:00
$json_a=json_decode($string,true);
?>