useful-api.org/renderer/JSON.php
2023-11-22 21:25:33 +01:00

5 lines
No EOL
63 B
PHP

<?php
return function($data) {
echo json_encode($data);
};