Changelog
Highlights of recent updates. We keep descriptions high-level and avoid exposing internal details.
October 2025
- Autocomplete upgrades: continuous suggestions while typing, better sorting (shorter
matches first), support after
.find(), bracket paths likeroot.items[0], Enter/Tab to accept, and scrolling in the dropdown. - Smart
.find()helpers: suggestions include unique field/value pairs across arrays; dotted numbers quoted (e.g. version="8.22"). - UX polish: unified scrolling, snackbar on executed queries, subtle result desync indicator when raw JSON changes, improved go-to-top button.
- JSON editor: Tab/Shift+Tab indentation behavior similar to IDEs.
- Navigation: Added About, Privacy Policy, Contact pages with consistent header and menu.
- Contact: Simplified to a direct email link.
- Hosting & Domain: Guidance and fixes around custom domain and SSL setup.
Earlier
- Initial release of Json Mole with pretty viewer, path copying, and basic query language.