Why JSON Strings Get Escaped in Production Logs

When backend services write structured logs to stdout or AWS CloudWatch, log shippers wrap the entire JSON payload inside an outer JSON string. This converts inner quotation marks into \" and newlines into \n.

Trying to read or debug these raw strings in standard editors requires tedious find-and-replace. This unescaper parses and formats embedded stringified objects in one click.