mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-01 09:45:09 +00:00
3 lines
57 B
PHP
3 lines
57 B
PHP
<?php
|
|
|
|
echo json_encode($json ?? [], JSON_PRETTY_PRINT);
|