sid/xdoc/test.php

6 lines
102 B
PHP
Raw Normal View History

<?php
$file = file_get_contents("../src/userlist.json");
echo var_dump( json_decode($file) );
?>