Data and format

Organization and conversion of structured data, code, and configuration text.

42 tools34 Functional patterns

Use local Prettier to validate and format CSS, providing indentation and syntax error feedback; compact mode performs only conservative formatting.

Local browser processing

Data and format

Use local Prettier to format CSS or apply conservative compact formatting, and show the character changes before and after processing.

Local browser processing

Data and format

Use local Prettier to format HTML or apply conservative compact formatting, while preserving the semantics of scripts, styles, and preformatted content.

Local browser processing

Data and format

Use local Prettier to parse and format JavaScript, providing syntax error feedback and common style options.

Local browser processing

Data and format

Use local Terser to minify JavaScript, or use Prettier to expand the code, and report syntax errors and size changes.

Local browser processing

Data and format

Parse two JSON documents, expand them into field or array-index paths, and list added, removed, and changed values.

Local browser processing

Data and format

Recursively analyze one or more JSON object or array samples to generate nested type skeletons for TypeScript, Go, Java, or C#.

Local browser processing

Data and format

In the shared URL workspace, map JSON to Query String, or map URL and Query String to JSON; duplicate keys are retained as arrays.

Local browser processing

Data and format

Add or remove backslash escapes for text according to the JSON string rules.

Local browser processing

Data and format

Organize Nginx configuration according to rules that account for quotes, comments, variables, and nested blocks; refuse to rewrite when it cannot be safely determined.

Local browser processing

Data and format

Organize SQL keywords and indentation using general conservative rules that account for quotation marks, comments, and parentheses; this page does not provide dialect selection and refuses to rewrite when it cannot determine the syntax safely.

Local browser processing

Data and format

Strictly parse and format XML; reject rewriting when encountering DTD, mixed content, or input that may change whitespace semantics.

Local browser processing

Data and format

Use the local Clang formatter to organize C source code; code is not uploaded, and errors are reported explicitly when the syntax is invalid.

Local browser processing

Data and format

Format C# source code using the local Clang/Tree-sitter-compatible formatting runtime; code is processed only in the current browser.

Local browser processing

Data and format

Use the local Clang formatter to organize C++ source code, preserve macro, template, and comment boundaries, and reject invalid syntax.

Local browser processing

Data and format

Use a local formatting runtime to organize Java source code, with safe handling of annotations, generics, strings, and comments.

Local browser processing

Data and format

Format PHP files using the local Prettier PHP plugin; preserve PHP tags and stop output when parsing fails.

Local browser processing

Data and format

Use the local Ruff WASM to format Python source code, preserving indentation and string safety without uploading code.

Local browser processing

Data and format

Validate locally, format, and convert among JSON, YAML, TOML; supports recursive key sorting and unsafe conversion detection.

Local browser processing

Data and format

Use restricted JSON Schema rules locally in the browser to validate JSON documents, reporting paths, keywords, and unsupported features.

Local browser processing

Data and format

Run restricted read-only JSONPath queries on local JSON data, displaying matching paths and values.

Local browser processing

Data and format

View and statically inspect OpenAPI 3.0/3.1 JSON or YAML documents locally without sending sample requests.

Local browser processing

Data and format

Parse, organize, and transform dotenv text locally, detect duplicate keys, and mask only suspected secret keys by default.

Local browser processing

Data and format

Validate and format NDJSON locally, and convert between JSON arrays and line-delimited JSON.

Local browser processing

Data and format

Compare, sort, and evaluate semantic versions locally, supporting common comparison operators, wildcards, ^, ~, and OR ranges.

Local browser processing

Data and format

Parse Compose YAML locally, check services, ports, volumes, dependencies, and environment configuration, without starting Docker.

Local browser processing

Data and format

Compare two JSON documents and generate RFC 6902 Patch, or apply the Patch locally and perform round-trip validation.

Local browser processing

Data and format

Parse CSV or TSV locally, check quotes, column widths, duplicate headers, and formula injection risks, then export safely.

Local browser processing

Data and format

Sort JSON object keys according to deterministic rules and output normalized text, preserving array order and showing differences.

Local browser processing

Data and format

Generate and apply RFC 7386 JSON Merge Patch, display deleted fields and whole-array replacements, and show round-trip results.

Local browser processing

Data and format

Parses and formats TOML locally, and supports conversion between TOML and JSON structures.

Local browser processing

Data and format

Parse and format INI configuration, preserving section, comments, and empty values, and report duplicate keys.

Local browser processing

Data and format

Parse Java Properties, supporting Unicode escaping, line continuation, paths, and UTF-8/escaped dual-format output.

Local browser processing

Data and format

Convert locally between JSON arrays and CSV/TSV, handling header unions, quotes, line breaks, and formula injection warnings.

Local browser processing

Data and format

Compare two .env, categorize additions, deletions, modifications, and duplicate keys; ordinary public values remain in plain text, and only the secret-like fields can optionally be protected.

Local browser processing

Data and format