Paste a URL or a blob of JSON. Rawview parses it and, when it fails, points at the exact line and column in plain language — not "unexpected token at position 4471".
Type a URL or paste a block of JSON directly into the tool. No account, no setup.
For URLs: the server response is fetched and inspected — status, content-type, body, parse validity. For pasted text: browser-side JSON.parse runs instantly.
If the JSON is invalid, you get the line, column, and the parser's error message in plain language. If the server sent something unexpected, you see the raw bytes it actually sent.