All Tools

63 developer tools across 10 categories. Everything runs locally in your browser.

JSON Formatter

Beautify and pretty-print JSON with configurable indentation.

JSON Validator

Check JSON syntax against RFC 8259 with exact line/column error reporting.

JSON Minifier

Strip whitespace to produce the smallest valid JSON payload.

JSON to CSV

Convert a JSON array of objects into a spreadsheet-ready CSV file.

JSON Diff

Compare two JSON documents side by side with dot-notation key paths.

YAML Formatter

Format and validate YAML with 2-space or 4-space indentation.

XML Formatter

Pretty-print XML with namespace, CDATA, and comment support.

JSON to YAML

Convert JSON to YAML while preserving key order.

YAML to JSON

Convert YAML to JSON with instant syntax validation.

JWT Decoder

Decode JWT header, payload, and signature with expiry and algorithm warnings.

Base64 Encode/Decode

Encode or decode Base64 for text and files, Unicode-safe.

CSV to JSON

Convert CSV to JSON with delimiter detection and header toggle.

JSON to TypeScript

Generate TypeScript interfaces or type aliases from JSON.

JSON Viewer

Browse JSON as a collapsible tree with search and path copy.

JSON Parser

Parse JSON and get clear, actionable syntax error explanations.

JSON Schema Validator

Validate JSON against a JSON Schema with JSON-pointer error paths.

JSONPath Tester

Run live JSONPath queries and see matched values and paths.

JSON to XML

Convert JSON to well-formed XML.

XML to JSON

Convert XML to JSON, preserving attributes and namespaces.

XML Validator

Check XML well-formedness with exact error line/column.

XML Parser

Parse XML and inspect its structure as a tree.

YAML Validator

Validate YAML syntax against the YAML 1.2 spec.

YAML Parser

Parse YAML and inspect the resulting document structure.

Go Struct Generator

Generate Go structs with JSON tags from a JSON document.

Python Dataclass Generator

Generate Python dataclasses from a JSON document.

JSON to Zod Schema

Generate a Zod validation schema and TypeScript type from a JSON document.

JSON to Java POJO

Generate a Java POJO class with getters and setters from a JSON document.

JSON to Rust Struct

Generate a Rust struct with serde derive attributes from a JSON document.

JSON to Kotlin Data Class

Generate a Kotlin data class from a JSON document.

JSON to C# Class

Generate a C# class with JsonPropertyName attributes from a JSON document.

URL Encode

Percent-encode text for safe use in URLs.

URL Decode

Decode percent-encoded URL text back to plain text.

HTML Encode

Escape HTML entities to safely display raw markup as text.

HTML Decode

Unescape HTML entities back to raw characters.

cURL to Python

Convert a cURL command into a Python requests call.

cURL to Go

Convert a cURL command into a Go net/http request.

cURL to Node.js

Convert a cURL command into a Node.js fetch call.

cURL to PHP

Convert a cURL command into a PHP curl_setopt call.

cURL to Rust

Convert a cURL command into a Rust reqwest request.

.env to docker-compose

Convert a .env file into a docker-compose environment section.

.env to Kubernetes Secret

Convert a .env file into a base64-encoded Kubernetes Secret manifest.

.env to GitHub Actions Secrets

Convert a .env file into gh secret set commands for GitHub Actions.

CSV to SQL

Convert CSV rows into SQL INSERT statements.

SQL to Prisma Schema

Generate a Prisma schema model from a SQL CREATE TABLE statement.

SQL to Drizzle Schema

Generate a Drizzle ORM schema from a SQL CREATE TABLE statement.

SQL to TypeORM Entity

Generate a TypeORM entity class from a SQL CREATE TABLE statement.

SQL to SQLAlchemy Model

Generate a SQLAlchemy declarative model from a SQL CREATE TABLE statement.

Postman to OpenAPI

Convert a Postman collection into an OpenAPI 3.0 spec.

OpenAPI to Postman

Convert an OpenAPI 3.0 spec into a Postman collection.

Swagger 2.0 to OpenAPI 3.1

Convert a Swagger 2.0 spec into OpenAPI 3.1.

docker-compose to Kubernetes

Convert a docker-compose.yml into Kubernetes Deployment and Service manifests.

JSON to Pydantic Model

Generate a Pydantic model from a JSON document.

JSON to JSON Schema

Generate a JSON Schema (Draft 2020-12) from a JSON document.

JSON Schema to TypeScript

Generate TypeScript interfaces from a JSON Schema document.

cURL to Postman Collection

Convert a cURL command into a Postman collection.

cURL to JavaScript (fetch)

Convert a cURL command into browser-ready JavaScript using fetch.

cURL to Java

Convert a cURL command into a Java HttpClient request.

cURL to C#

Convert a cURL command into a C# HttpClient request.

docker-compose to docker run

Convert a docker-compose.yml into docker run commands.

docker run to docker-compose

Convert docker run commands into a docker-compose.yml file.

SQL to Sequelize Model

Generate a Sequelize model from a SQL CREATE TABLE statement.

Postman to Insomnia

Convert a Postman collection into an Insomnia export.

Insomnia to Postman

Convert an Insomnia export into a Postman collection.