3 lines
74 B
PHP
3 lines
74 B
PHP
|
<?php
|
||
|
header("Content-Type: application/json");
|
||
|
echo json_encode($json);
|