php json_encode pretty code example
Example 1: php json pretty print
$json_string = json_encode($data, JSON_PRETTY_PRINT);
Example 2: php json_encode beautify
json_encode($data, JSON_PRETTY_PRINT)
$json_string = json_encode($data, JSON_PRETTY_PRINT);
json_encode($data, JSON_PRETTY_PRINT)