Data Tools - JSON / CSV / YAML / XML / Markdown
35 toolsOnline data tools: JSON formatter, diff, path, schema validation, CSV/YAML/XML conversion, Markdown preview. 35 tools, Unicode-safe.
JSON Tools8
JSON Formatter
Online JSON formatter: beautify, minify, validate JSON with one click. Convert to TypeScript/Go/Java. Unicode-safe, supports Chinese and Emoji.
JSON Diff Tool
Online JSON diff comparison tool: visually compare two JSON objects and highlight added, removed, and modified fields. Supports array comparison.
JSON Flattener
Free online JSON flattener. One-click to flatten nested JSON into dot-separated key-value pairs, or restore flattened JSON back to nested structure. Supports custom separators (dot, underscore, slash, etc.) for data processing and API debugging.
JSONPath Query
Online JSONPath query tool: extract specific fields from JSON data using JSONPath expressions. Supports filters, recursive descent, wildcards.
JSONPath Generator
Free online JSONPath extractor. Click JSON tree nodes to auto-generate path expressions with wildcard support.
JSON Schema Validator
Online JSON Schema validation tool: validate JSON data against JSON Schema definitions. Supports format validation, type checking, required fields.
JSON Schema Generator
Online JSON Schema generator: paste JSON data and automatically generate the corresponding JSON Schema definition. Supports nested objects, arrays, type inference, runs locally in browser.
JSON Schema Editor
Online visual JSON Schema editor: build and edit JSON Schema documents with a form-based interface. Add properties, set types, mark required fields, support nested objects and arrays. Import existing schemas.
Format Conversion20
JSON to CSV Converter
Online JSON to CSV converter: transform JSON arrays or objects into CSV format. Custom delimiter, headers, flatten nested objects. One-click CSV download.
JSON YAML Converter
Free online JSON ↔ YAML bidirectional converter with real-time preview. Quickly convert config file formats.
YAML JSON Converter
Online YAML and JSON bidirectional converter: YAML to JSON, JSON to YAML. Preserves data structure, supports nested objects and arrays.
XML JSON Converter
Free online XML ↔ JSON bidirectional converter with formatted output. Quickly convert data formats.
CSV JSON Converter
Online CSV and JSON converter: auto-detects headers, type inference. Convert CSV to JSON array, JSON to CSV table. Essential for data cleaning and API development.
CSV/TSV Converter
Free online CSV/TSV/JSON/Markdown format converter with custom delimiter and header options.
CSV to SQL Tool
Online CSV data conversion tool: convert CSV to SQL INSERT statements, Markdown tables, or HTML tables with one click. Supports custom table names.
CSV Data Visualization
Online CSV data visualization tool: paste CSV data to generate interactive bar, line, pie, and scatter charts. Auto-detects numeric columns, supports dark mode, all processing in-browser.
HTML Markdown Converter
Free online HTML ↔ Markdown bidirectional converter. One-click conversion for blog posts and documents.
Excel to CSV
Convert Excel (.xlsx/.xls) files to CSV format online. All processing is done locally in your browser.
Excel to JSON
Convert Excel files to JSON object arrays online. All processing is done locally in your browser.
Excel to HTML Table
Convert Excel files to HTML tables online. All processing is done locally in your browser.
Excel to Markdown Table
Convert Excel files to Markdown table format online. All processing is done locally in your browser.
CSV to Excel
Convert CSV data to Excel (.xlsx) file and download online. All processing is done locally in your browser.
JSON to Excel
Convert JSON object arrays to Excel (.xlsx) file and download online. All processing is done locally in your browser.
HTML Table to CSV
Online HTML Table to CSV converter: parses table/tr/td elements from HTML fragments, extracts table data, and outputs standard CSV. Supports complex table structures. All processing is done locally.
HTML Table to JSON
Online HTML Table to JSON converter: parses HTML tables into JSON object arrays, using header cells as keys and data cells as values. Essential for web data extraction. All processing is done locally.
HTML Table to Markdown
Online HTML Table to Markdown converter: transforms HTML table elements into Markdown table syntax for README files and documentation. Preserves alignment and structure. All processing is done locally.
CSV Generator
Online CSV Generator: customize rows and columns to instantly generate sample CSV data with headers. Perfect for testing, demos, and mock data. All processing is done locally.
JSON Generator
Online JSON Generator: customize rows and fields to instantly generate sample JSON array data. Ideal for API testing, mock data, and frontend development. All processing is done locally.
Markdown Tools7
Markdown Preview
Online Markdown live preview: supports GFM (GitHub Flavored Markdown) including tables, code blocks, lists, and links.
Markdown Table Generator
Free online Markdown table generator with visual editing, CSV import, and alignment settings. Create tables quickly.
Markdown TOC Generator
Free online Markdown table of contents generator that auto-parses headings to create TOC with GitHub/GitLab anchor format support.
Timeline Visualization
Online timeline visualization tool: paste JSON array with timestamps to generate interactive scatter, line, or area charts. Supports ISO dates, Unix timestamps, and multiple event categories.
Markdown Table to CSV
Online Markdown Table to CSV converter: parses pipe-delimited Markdown table syntax, extracts headers and data rows, and outputs standard CSV with proper quote escaping. Essential for documentation and data cleaning. All processing is done locally.
Markdown Table to JSON
Online Markdown Table to JSON converter: transforms Markdown tables into JSON object arrays, using the first row as keys and subsequent rows as values. Ideal for API development and data processing. All processing is done locally.
Markdown Table to SQL
Online Markdown Table to SQL converter: generates INSERT statements from Markdown tables, automatically creating CREATE TABLE and data insertion scripts. Essential for documentation-to-database workflows. All processing is done locally.