Changelog

New features, improvements, and fixes shipped to AllJSONTools

v2.6.0

March 13, 2026

Latest

Command Palette, Playground & Power Features

  • Feature

    Command palette (Cmd+/) — VSCode-style tool search with arrow key navigation across all 31 tools

  • Feature

    Homepage JSON Playground — Monaco editor with Format, Minify, Validate actions and one-click Open In any tool

  • Feature

    JSON Stats Analyzer (/json-stats) — key counts, nesting depth, value type distribution, largest arrays, and most frequent keys

  • Feature

    Hub pages: /json-converters, /json-generators, /json-analysis-tools — SEO-optimized category landing pages

  • Feature

    Example dataset loader on all tools — 6 sample datasets including GitHub User, Product List, OpenAI Response

  • Feature

    Fetch URL dialog in JSON Formatter — load JSON directly from any API endpoint

  • Improvement

    Keyboard shortcuts: Cmd+Enter to convert, Cmd+Shift+C to copy output on all converter tools

  • Improvement

    Footer and homepage category headings now link to hub pages for better navigation

v2.5.0

March 13, 2026

Search, Trust Pages & Content Enrichment

  • Feature

    Sticky search bar with category filter chips on the homepage — find any tool instantly

  • Feature

    About page with team mission and project story

  • Feature

    Privacy Policy page — transparent data handling explanation

  • Feature

    Terms of Service page

  • Feature

    Contact page with email, bug report, and feature request sections

  • Improvement

    Rich SEO content on all 27 tool pages — How to Use steps, FAQs, use cases, key features, and related blog posts

  • Improvement

    Standardized all page layouts to consistent boxy (lg) container width

  • Improvement

    Footer updated with links to About, Privacy, Terms, and Contact

v2.4.0

February 28, 2026

SEO Fixes & Blog Enhancements

  • Feature

    Table of contents with scroll-spy for blog posts

  • Feature

    Reading progress bar on blog posts

  • Feature

    Blog tag filtering on listing page

  • Feature

    RSS feed at /feed.xml

  • Feature

    Social share buttons (X, LinkedIn, copy link) on blog posts

  • Fix

    Fixed duplicate FAQPage structured data flagged by Search Console

  • Fix

    Fixed 10 tool pages missing canonical URLs (were pointing to homepage)

  • Fix

    Removed fabricated aggregateRating from WebApplication schema

  • Fix

    Removed placeholder verification codes from metadata

  • Improvement

    GTM moved to layout head/body per Google setup instructions

v2.3.0

February 23, 2026

Content & Growth

  • Feature

    Blog: "Understanding JWT: Tokens, Claims, and Common Pitfalls"

  • Feature

    Blog: "Parsing & Validating API Responses Like a Pro"

  • Feature

    Blog: "How TOON Saves 40% Token Costs for LLM APIs"

  • Feature

    Blog: "Comparing JSON: Diff Algorithms & Best Practices"

  • Feature

    Comparison pages: AllJSONTools vs JSONLint, jq, and JSON Editor Online

  • Improvement

    Cross-linked related posts across all 7 blog articles

v2.2.0

February 23, 2026

PWA & Performance

  • Feature

    Offline support with service worker — works without internet once loaded

  • Feature

    Install as desktop or mobile app (PWA)

  • Feature

    Global conversion history across all 25+ tools

  • Feature

    History drawer with quick navigation to previous conversions

  • Feature

    Public changelog page

  • Improvement

    Removed inline history from generic converter — unified into global context

v2.0.0

February 22, 2026

New Converters Wave

  • Feature

    JSON to Zod Schema — generate Zod validation schemas for TypeScript

  • Feature

    JSON to Prisma Schema — generate Prisma ORM models from JSON

  • Feature

    JSON to Protocol Buffers — generate proto3 message definitions

  • Feature

    JSON to GraphQL — generate GraphQL type definitions

  • Feature

    JSON to Rust — generate serde structs with derive macros

  • Feature

    JSON to Pydantic — generate Python Pydantic v2 models

  • Feature

    JSON to Kotlin — generate Kotlin data classes with @Serializable

  • Feature

    JSON to Markdown — convert JSON arrays to Markdown tables

  • Feature

    JSON to/from Query String — bidirectional URL parameter conversion

  • Improvement

    Tool count updated to 25+ across all pages and SEO metadata

v1.6.0

February 20, 2026

JSON to Go Structs

  • Feature

    JSON to Go Struct converter with json tags

  • Feature

    Inline structs toggle and omitempty option

  • Feature

    Share via URL feature with LZ-string compression

v1.4.0

February 18, 2026

Homepage Redesign

  • Improvement

    Redesigned homepage with terminal code mockup and split hero layout

  • Improvement

    Framer Motion animations — staggered fadeUp, float, scale-in effects

  • Improvement

    Professional blue/cyan/teal color palette

  • Improvement

    Glassmorphism "How It Works" cards and tool grid with hover glow

  • Fix

    Fixed heading hierarchy for accessibility and SEO (h1→h2→h3→h4)

v1.3.0

February 16, 2026

Blog & SEO

  • Feature

    Blog section with 3 educational articles

  • Feature

    SEO content sections with FAQ per tool page

  • Improvement

    JSON-LD structured data (WebApplication, FAQPage, BreadcrumbList)

  • Improvement

    Dynamic sitemap.xml and robots.txt generation

  • Improvement

    Unique Open Graph and Twitter cards per tool page

v1.0.0

February 10, 2026

Initial Launch

  • Feature

    JSON Formatter with auto-format on paste and real-time validation

  • Feature

    Bidirectional JSON ↔ YAML, XML, CSV, TOML conversions

  • Feature

    JSON to TypeScript interfaces generator

  • Feature

    JSON to SQL (CREATE TABLE + INSERT) for MySQL, PostgreSQL, SQLite

  • Feature

    JSON to TOON — token-optimized format for LLMs

  • Feature

    JSON Diff / Compare tool with visual highlighting

  • Feature

    JSONPath Query tool with live results

  • Feature

    JSON Schema Generator (Draft-07 & 2020-12)

  • Feature

    JSON Schema Validator with detailed error messages

  • Feature

    JSON Tree Viewer with interactive collapsible tree

  • Feature

    JWT Decoder — inspect header, payload, and claims

  • Feature

    Dark/Light theme with persistent preference

  • Feature

    File upload with drag & drop support

  • Feature

    Monaco Editor integration across all tools