Programmer Workshop
Format, validate, diff and convert JSON into other formats and typed models.
Pretty-print and indent JSON with precise error positions.
Validate JSON and get the exact line and column of any syntax error.
Strip whitespace to produce the smallest valid JSON payload.
Compare two JSON documents and see added, removed and changed values.
Generate C# classes or records from a JSON sample.
Generate TypeScript interfaces or types from a JSON sample.
Convert JSON documents into readable YAML.
Convert JSON documents into XML.
Flatten a JSON array into CSV rows and columns.
Evaluate JSONPath expressions against a document and inspect matches.
Infer a JSON Schema from an example document.