Answers for "php code to beautify json code"

PHP
1

php beautify json

echo json_encode($data, JSON_PRETTY_PRINT);
Posted by: Guest on July-07-2021

Browse Popular Code Answers by Language