Developer Tools Directory

필요한 개발자 도구를 한곳에서 검색

JSON 변환, Base64, JWT, 해시, SQL, 텍스트 처리 도구를 이름과 용도로 검색하고 카테고리별로 찾아보세요. 대부분의 작업은 브라우저에서 처리됩니다.

JSON 코드 변환기

대표 JSON payload에서 백엔드와 프런트엔드 프로젝트에 사용할 타입 모델을 생성합니다.

인코딩·보안·SQL·데이터 도구

모든 인터랙티브 유틸리티를 살펴보세요. 앱이 로드되면 이름 검색과 카테고리 필터를 바로 사용할 수 있습니다.

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.