About this tool
JSON / YAML / CSV Viewer goes beyond pretty-printing and covers the quick inspection work you often need after receiving structured data. JSON and YAML can be explored as trees, while CSV, TSV, and object arrays can be viewed as tables.
It also provides search, column profiling, simple quality checks, JSON Schema inference, and conversion among common formats, making it useful for checking API exports and data-integration files.
Good for
- Quickly inspect the structure, missing values, and value patterns in JSON received from an API or external system
- Detect CSV encoding and delimiters, then review table columns and data quality
- Convert among JSON, YAML, and CSV or generate a starting JSON Schema from the loaded data