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