Developer Tools Directory

Find the developer tool you need

Search and browse JSON converters, Base64, JWT, hashing, SQL, and text utilities. Most processing happens locally in your browser.

JSON to code converters

Generate typed models for backend and frontend projects from representative JSON payloads.

JSON to Kotlin Data Class

Convert JSON to Kotlin data classes directly on the Kotlin page and review nullable fields and nested objects in one screen.

JSON to TypeScript Interface

Convert JSON to TypeScript interfaces directly on the TypeScript page and review API contracts in one workspace.

Encoding, security, SQL, and data utilities

Browse every interactive utility. The client-side search and category filters become available when the app loads.

JSON Diff Tool

Compare two JSON payloads and inspect field-level changes for debugging and regression reviews.

Avro Encode Tool

Encode JSON payloads into Avro bytes for messaging and serialization tests.

Avro Decode Tool

Decode Avro payloads and inspect event contents without leaving the browser.

JWT Debugger

Inspect JWT headers, payload claims, and expiration details for debugging.

JWT Generator

Generate HS256 JWT tokens in the browser for local API testing and auth debugging.

UUID Generator

Generate UUID values for fixtures, request ids, and event identifiers.

Password Generator

Generate temporary passwords and AES random keys with configurable size and output rules.

API Key Generator

Generate API key strings with prefixes and grouped formatting options.

JSON Formatter

Format and prettify JSON strings for debugging and documentation.

Curl Generator

Build reproducible curl requests for API debugging and handoff.

JSON CSV Converter

Convert JSON to CSV for exports, data review, and spreadsheet workflows.

Regex Tester

Test JavaScript regular expressions live, inspect capture groups and named groups, and preview replacement output.

JSON to Go Struct Converter

Paste any JSON and instantly get a Go struct with json tags, time.Time detection, and clean nested types.

JSON to YAML Converter

Two-way JSON / YAML converter for Kubernetes, GitHub Actions, Docker Compose, and Helm configurations.

Unix Timestamp Converter

Convert Unix epoch timestamps to ISO 8601, UTC, and local time with auto-detected unit (seconds, ms, microseconds).

Timestamp Converter

Convert between Unix timestamps, ISO 8601, RFC 2822, and timezone-local times with automatic unit detection.

Log Filter (grep-style)

Filter log lines with AND-combined search terms, NOT exclusion, case-insensitive and regex options — like a grep pipeline in the browser.

JSON to C# Class Generator

Generate .NET C# classes or records from JSON with System.Text.Json attributes, init setters, DateTime and Guid detection.

JSONPath Tester

Test JSONPath expressions live: wildcards, recursive descent, slices, union indexes.

URL Encode / Decode

Encode and decode URLs and query strings with encodeURIComponent, encodeURI, and form-urlencoded modes; parse parameters into a table.

Cron Expression Parser

Parse 5-field cron expressions and aliases into human descriptions and the next 8 scheduled runs.

JSON Path Finder

Interactive JSON tree with one-click JSONPath copy for every node.

QR Code Generator

Generate QR codes for URLs and short text fully in the browser with configurable size and colors.

JSON Schema → Mock Data Generator

Generate sample data from a JSON Schema (draft-07) with format, enum, required, and min/max constraints; seedable for reproducible output.

SQL Formatter / Beautifier

Format SQL queries with keyword-aware line breaks and indentation. Supports tab/space and uppercase keyword options.