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.
-
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
-
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
This repository contains the source files for the official documentation site.
π https://jsonviewertool-utils.readthedocs.io
- Sphinx
- Read the Docs
- reStructuredText / Markdown
# Install dependencies
pip install -r docs/requirements.txt
# Build HTML docs
sphinx-build -b html docs/ build/