toolbin_
FR

{ }Online formatting & dev tools

This category gathers formatting and development tools: JSON formatter and validator, SQL beautifier, regex tester and JSON to TypeScript type generator. Save time formatting and validating your code right in the browser, for free.

JSON formatter

Format, indent, minify and validate JSON. 100% client-side.

Minify JSON Online

Minify JSON (strip whitespace and line breaks) to reduce its size.

JSON to TypeScript converter

Generate a TypeScript interface from a JSON object, including nested types.

JSON validator

Check whether your JSON is valid and pinpoint the first error precisely.

Convert Markdown to HTML with Live Preview

Convert Markdown to HTML with a live preview, in your browser.

Regex tester

Test a regular expression against text and inspect the matches.

Format and Indent an SQL Query

Format and indent a SQL query (multiple dialects) in your browser.

Escape and Unescape a String (JSON, JS, HTML)

Escape a string for JSON, JavaScript, shell or HTML without quote errors.

XML validator

Check that an XML document is well-formed and display syntax errors.

Frequently asked questions

How do I validate and format JSON online?

Paste your JSON into the formatter: it indents, highlights and flags syntax errors instantly, without sending your data to a server.

Can I generate TypeScript interfaces from JSON?

Yes, the JSON to TypeScript tool automatically infers types and interfaces from a JSON object, ready to paste into your project.