JSONViewerTool Docs 📚
Official documentation repository for JSONViewerTool — a suite of fast, free, and privacy-first JSON & data utilities for developers.
All tools run 100% client-side — no uploads, no tracking, no server processing.
🌐 Main Website: https://jsonviewertool.com
📖 Live Docs: https://jsonviewertool-utils.readthedocs.io
💻 GitHub Org: https://github.com/coderaviverma
JSONViewerTool is an open-source ecosystem of developer utilities focused on:
- JSON visualization & debugging
- API data inspection
- Config & data format conversions
- Developer productivity tools
Built for speed, privacy, and zero-setup usage.
🔹 Core JSON Tools
-
JSON Viewer – Visualize JSON in a collapsible tree
👉 https://jsonviewertool.com/json-viewer -
JSON Formatter – Pretty-print & beautify JSON
👉 https://jsonviewertool.com/json-formatter -
JSON Validator – Validate JSON & find exact errors
👉 https://jsonviewertool.com/json-validator -
JSON Minifier – Compress JSON for production
👉 https://jsonviewertool.com/json-minifier -
JSON Compare – Diff two JSON objects
👉 https://jsonviewertool.com/json-compare
🔁 Converters
-
YAML → JSON – Debug Kubernetes & CI configs
👉 https://jsonviewertool.com/yaml-to-json -
JSON → YAML – Convert JSON configs to YAML
👉 https://jsonviewertool.com/json-to-yaml -
JSON → CSV – Export API data to Excel
👉 https://jsonviewertool.com/json-to-csv -
CSV → JSON – Convert spreadsheets to JSON
👉 https://jsonviewertool.com/csv-to-json -
JSON → XML – Integrate with legacy systems
👉 https://jsonviewertool.com/json-to-xml -
XML → JSON – Convert SOAP/XML to modern JSON
👉 https://jsonviewertool.com/xml-to-json
📖 Documentation
This repository contains the source files for the official documentation site.
Live Documentation
👉 https://jsonviewertool-utils.readthedocs.io
Built With
- Sphinx
- Read the Docs
- reStructuredText / Markdown
🛠 Local Development (Optional)
```bash
Install dependencies
pip install -r docs/requirements.txt
Build HTML docs
sphinx-build -b html docs/ build/