JSON Size Analyzer
Break down the byte size of each key in a JSON document β find what makes your payload heavy.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste your JSON
Use a real API response or config document.
- 2
Read the breakdown
Keys are sorted by size with bytes, percentage, and a bar per key.
- 3
Optimize the heavy fields
Trim, paginate, or lazy-load the fields that dominate the total.
Frequently Asked Questions
- The minified byte size of each top-level key (or array element), with percentages and a bar chart, so you can see exactly which fields make your payload heavy.
Related Tools
JSON FormatterFormat, validate, and minify JSON with syntax highlightingJSON DiffCompare two JSON objects side-by-side and highlight differencesJSON to CSVExport JSON arrays to CSV with nested object flatteningCSV to JSONParse CSV files into structured JSON arraysJSON to XMLConvert JSON objects to XML with pretty-print outputXML to JSONParse XML and convert to clean JSONJSON to YAMLConvert between JSON and YAML formats bidirectionallyQuery String to JSONParse URL query parameters into JSON with nested support