useful-api.org/renderer/JSON.php

5 lines
63 B
PHP
Raw Normal View History

2023-11-22 20:25:33 +00:00
<?php
return function($data) {
echo json_encode($data);
};