Answers for "php print json beautify"

PHP
1

php beautify json

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

php pretty json

composer require majorgrey/pretty_json
Posted by: Guest on December-12-2021

Browse Popular Code Answers by Language