mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-12 04:24:52 +00:00
5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
$string = file_get_contents("test.json");
|
|
$json_a=json_decode($string,true);
|
|
?>
|