Online JSON Toolkit

Change log

Stay updated with the latest features, improvements, and fixes for our Online JSON Toolkit. Check out our changelog for version updates and enhancements!

1.0.3 - 2024-12-29

Features

  • Dark mode: Introduced dark mode to improve usability in low-light environments.

1.0.2 - 2024-12-12

Features

  • Complex query: Add support for JSONPath syntax, including wildcard queries.
  • Drag-and-Drop Queries
  • Drop file: Added the ability to drop a file into the JSON zone to load it.
  • Load file: Added file loading functionality.

Enhancements

  • XML plural keys: Improved detection of plural keys for better mapping to arrays.

1.0.1 - 2024-11-25

Features

  • Converters: Added a Base64 decoder and an XML converter.
  • Search by case: Added a button to toggle between case-sensitive and case-insensitive search.

Enhancements

  • Tab Context Menu: Added the ability to close multiple tabs via the context menu.
  • Move Tabs: Added the ability to rearrange tabs by dragging them.
  • Folder Context Menu: Added options to rename and delete folders.
  • Search Value Compacting: Long search values are now truncated with a "Load more" option for expanded viewing.
  • Copy Feedback: Added a visual effect when copying JSON keys, search results, or query results.

Fixes

  • Light mode: Enforce light mode since we do not yet support dark mode.
  • Workspace Typo: Oh well, we launched the first version with it. Or… not entirely. Let’s just say "workpsace" has its quirks.

1.0.0 - 2024-11-16

Features

  • Parse JSON Structure: Includes syntax highlighting and basic validation.
  • View JSON in Tree Mode: Provides a clear, hierarchical view of JSON structures.
  • Extract JSON Path: In Tree mode, you can click on any key to copy its JSON path.
  • Multiple Queries: Query multiple JSON paths simultaneously — no need to search one by one.
  • Search: Search JSON data by key or value, with results displayed as key-value pairs.
  • Workspace: Supports multiple working tabs. Manage query sets in the workspace so they can be saved and reopened as needed, using the browser's local storage.