phpdroid/test.php
2018-12-03 20:06:33 +01:00

5 lines
115 B
PHP

<?
$app = json_decode(file_get_contents("test.json"), true);
foreach ($app as $x) {
echo $x["path"]."\n";
}