PROBLEM : We build a PHP script that feeds JSON data to another script. ur script builds data into a large associative array, and then outputs the data using json_encode….
How can I pretty-print JSON?
1 Article
1
PROBLEM : We build a PHP script that feeds JSON data to another script. ur script builds data into a large associative array, and then outputs the data using json_encode….