เครื่องมือสำหรับนักพัฒนา
12 tools- JSON Formatter / Validator
JSON Formatter / Validator — Format, minify, or validate any JSON in your browser. Choose indent style and see error details for invalid input.
- JWT Decoder
JWT Decoder — Paste a JWT and see the header, payload, expiry, and signature parts decoded. Everything happens in your browser.
- CSV ↔ JSON
CSV ↔ JSON — Convert tabular data between CSV and JSON. Header row detection, custom delimiter, quoted-field-with-comma support.
- JSON Diff
JSON Diff — Compare two JSON values structurally — see exactly what was added, removed, or changed, with full key paths.
- YAML Formatter
YAML Formatter — Paste any YAML and format it cleanly — pick indent width and line wrap, optionally sort keys. Also validates YAML syntax and converts b...
- JSON to TypeScript
JSON to TypeScript — Paste a JSON payload and instantly get TypeScript interfaces (or type aliases) describing its shape. Optionally mark all properties...
- JSON to Go Struct
JSON to Go Struct — Paste a JSON sample and get matching Go struct definitions — with optional
json:"..."tags,omitempty, and... - JSON to JSON Schema
JSON to JSON Schema — Paste any JSON sample and get a JSON Schema describing its shape — useful for API documentation, request/response validation, and ...
- JSON to Zod Schema
JSON to Zod Schema — Paste JSON and get a ready-to-use
z.object({...})Zod schema plus the inferred TypeScript type. - Data Format Converter
Data Format Converter — Convert between structured data formats instantly. Parse and serialize JSON, YAML, TOML, and XML with configurable indentation a...
- JSON Schema Builder
JSON Schema Builder — Build JSON validation models visually. Configure properties, toggle required attributes, and instantly copy JSON Schema, Zod code,...
- PDF Show Structure
Inspect a PDF's internal structure as formatted JSON. See objects, streams, cross-reference tables, and page trees. Developer tool, in-browser.
เครื่องมือสำหรับสำนักงาน
1 toolเครื่องมือจัดการ CSV
2 tools- JSON to CSV
JSON to CSV — Convert any JSON array (of objects or arrays) — or even a single object — into clean CSV. Tick the Flatten option to expand nested objects...
- TSV to JSON Converter
Convert TSV (tab-separated values) to JSON online. Use the first row as keys, auto-parse numbers and booleans, and copy the formatted output instantly.