Logs JSON Viewer
Formats JSON data in ProcessLogger for improved readability.
Because log files can only contain strings, it's a common practice to use json_encode() to convert an array to a string when you want to save the data to a log file.
But the resulting JSON is not as readabl...