Text Compare
Compare two texts line by line and clearly identify added, removed, and unchanged content.
Open toolFormat, validate, inspect, and convert JSON directly in your browser.
Paste or load JSON, then choose Apply to display the Tree, Grid, and Raw views.
Check pasted, sampled, or locally loaded JSON, choose its indentation, and inspect it as a searchable tree, grid, or raw text. Fullscreen views, downloads, and local CSV/XML conversion support longer editing tasks. A single JSON-LD script block can also be extracted safely.
File reading, JSON-LD extraction, parsing, formatting, searching, conversion, copying, and downloading happen locally in your browser. fourwww does not receive the JSON, and the tool does not save it or maintain a history.
No. The JSON is parsed and transformed locally in your browser and is not uploaded to fourwww.
Yes. A string, number, boolean, or null is valid when it is valid JSON, as are objects and arrays.
JSON whitespace does not change its data values. Formatting recreates the document with consistent two-space indentation.
Native JSON parsing resolves duplicate object keys by retaining the last value. Use unique keys when data must be preserved.
Arrays of objects, object collections, and flat objects can be converted. Nested values remain JSON text within their CSV cells.
Objects become property elements with escaped name attributes, arrays become item elements, and scalar values use explicit string, number, boolean, or null elements.