New features, improvements, and fixes shipped to AllJSONTools
March 13, 2026
Command palette (Cmd+/) — VSCode-style tool search with arrow key navigation across all 31 tools
Homepage JSON Playground — Monaco editor with Format, Minify, Validate actions and one-click Open In any tool
JSON Stats Analyzer (/json-stats) — key counts, nesting depth, value type distribution, largest arrays, and most frequent keys
Hub pages: /json-converters, /json-generators, /json-analysis-tools — SEO-optimized category landing pages
Example dataset loader on all tools — 6 sample datasets including GitHub User, Product List, OpenAI Response
Fetch URL dialog in JSON Formatter — load JSON directly from any API endpoint
Keyboard shortcuts: Cmd+Enter to convert, Cmd+Shift+C to copy output on all converter tools
Footer and homepage category headings now link to hub pages for better navigation
March 13, 2026
Sticky search bar with category filter chips on the homepage — find any tool instantly
About page with team mission and project story
Privacy Policy page — transparent data handling explanation
Terms of Service page
Contact page with email, bug report, and feature request sections
Rich SEO content on all 27 tool pages — How to Use steps, FAQs, use cases, key features, and related blog posts
Standardized all page layouts to consistent boxy (lg) container width
Footer updated with links to About, Privacy, Terms, and Contact
February 28, 2026
Table of contents with scroll-spy for blog posts
Reading progress bar on blog posts
Blog tag filtering on listing page
RSS feed at /feed.xml
Social share buttons (X, LinkedIn, copy link) on blog posts
Fixed duplicate FAQPage structured data flagged by Search Console
Fixed 10 tool pages missing canonical URLs (were pointing to homepage)
Removed fabricated aggregateRating from WebApplication schema
Removed placeholder verification codes from metadata
GTM moved to layout head/body per Google setup instructions
February 23, 2026
Blog: "Understanding JWT: Tokens, Claims, and Common Pitfalls"
Blog: "Parsing & Validating API Responses Like a Pro"
Blog: "How TOON Saves 40% Token Costs for LLM APIs"
Blog: "Comparing JSON: Diff Algorithms & Best Practices"
Comparison pages: AllJSONTools vs JSONLint, jq, and JSON Editor Online
Cross-linked related posts across all 7 blog articles
February 23, 2026
Offline support with service worker — works without internet once loaded
Install as desktop or mobile app (PWA)
Global conversion history across all 25+ tools
History drawer with quick navigation to previous conversions
Public changelog page
Removed inline history from generic converter — unified into global context
February 22, 2026
JSON to Zod Schema — generate Zod validation schemas for TypeScript
JSON to Prisma Schema — generate Prisma ORM models from JSON
JSON to Protocol Buffers — generate proto3 message definitions
JSON to GraphQL — generate GraphQL type definitions
JSON to Rust — generate serde structs with derive macros
JSON to Pydantic — generate Python Pydantic v2 models
JSON to Kotlin — generate Kotlin data classes with @Serializable
JSON to Markdown — convert JSON arrays to Markdown tables
JSON to/from Query String — bidirectional URL parameter conversion
Tool count updated to 25+ across all pages and SEO metadata
February 20, 2026
JSON to Go Struct converter with json tags
Inline structs toggle and omitempty option
Share via URL feature with LZ-string compression
February 18, 2026
Redesigned homepage with terminal code mockup and split hero layout
Framer Motion animations — staggered fadeUp, float, scale-in effects
Professional blue/cyan/teal color palette
Glassmorphism "How It Works" cards and tool grid with hover glow
Fixed heading hierarchy for accessibility and SEO (h1→h2→h3→h4)
February 16, 2026
Blog section with 3 educational articles
SEO content sections with FAQ per tool page
JSON-LD structured data (WebApplication, FAQPage, BreadcrumbList)
Dynamic sitemap.xml and robots.txt generation
Unique Open Graph and Twitter cards per tool page
February 10, 2026
JSON Formatter with auto-format on paste and real-time validation
Bidirectional JSON ↔ YAML, XML, CSV, TOML conversions
JSON to TypeScript interfaces generator
JSON to SQL (CREATE TABLE + INSERT) for MySQL, PostgreSQL, SQLite
JSON to TOON — token-optimized format for LLMs
JSON Diff / Compare tool with visual highlighting
JSONPath Query tool with live results
JSON Schema Generator (Draft-07 & 2020-12)
JSON Schema Validator with detailed error messages
JSON Tree Viewer with interactive collapsible tree
JWT Decoder — inspect header, payload, and claims
Dark/Light theme with persistent preference
File upload with drag & drop support
Monaco Editor integration across all tools