From raw pages
Open a JSON response in Chrome and RawLens can format it in place.
Nested JSON string formatter
RawLens detects escaped JSON payloads inside string fields and formats the nested value as readable structured data directly in Chrome.
{"foo":"{\"bar\":1}","status":"error"}
{
"foo": {
"bar": 1
},
"status": "error"
}
Production logs and API errors often wrap the interesting payload in a JSON string. Most formatters clean up the outer object but leave the inner body escaped. RawLens expands those JSON-looking strings so request metadata, webhook bodies, upstream responses, and error details are easier to read.
Open a JSON response in Chrome and RawLens can format it in place.
Select a payload on any page and press vv.
Copy a log or API body and press pp to inspect it locally.