lbry.com/view/template/internal/json.php
2021-05-18 16:09:54 -04:00

3 lines
57 B
PHP

<?php
echo json_encode($json ?? [], JSON_PRETTY_PRINT);