Skip to content

Releases: sundegan/JsonStudio

Json Studio v1.1.0

10 Mar 07:12

Choose a tag to compare

JsonStudio 1.1.0 includes the following updates:

  • Added JSONPath query mode in Tree View, with switching between JMESPath and JSONPath

  • Improved JSON5 parsing and highlighting in the editor and Tree View

  • Added dedicated website pages for multiple JSON tools, with continued SEO and search indexing improvements

  • Fixed Monaco initialization on desktop builds and refined error icon styling

See the changelog for more details:
English:https://github.com/sundegan/JsonStudio/blob/main/CHANGELOG.md
中文:https://github.com/sundegan/JsonStudio/blob/main/CHANGELOG_ZH.md

Json Studio v1.0.0

05 Mar 10:32

Choose a tag to compare

Json Studio v0.5.0

04 Mar 10:17
3cb5787

Choose a tag to compare

Json Studio v0.4.1

28 Feb 09:47

Choose a tag to compare

Fix:Enhanced the Tauri application to handle file paths passed via command line arguments on Windows/Linux, emitting an "open-file" event for JSON files.

Json Studio v0.4.0

28 Feb 09:25

Choose a tag to compare

Json Studio v0.3.0

14 Jan 06:02

Choose a tag to compare

Json Studio v0.2.0

10 Jan 17:09

Choose a tag to compare

English

  • File operations: new/open/save/save-as, plus drag-and-drop.
  • Diff mode for in-editor JSON comparison.
  • Auto-format on paste.
  • Changelog documentation added.
  • Makefile for streamlined development and build workflows.
  • Improved clipboard handling, JSON formatting, and shortcut window behavior.

中文

  • 文件操作:新建/打开/保存/另存为,支持文件拖拽。
  • Diff 模式:编辑器内 JSON 对比。
  • 粘贴自动格式化。
  • 增加变更记录文档。
  • 增加 Makefile,简化开发与构建流程。
  • 优化剪贴板处理、JSON 格式化体验与快捷键窗口管理。

Json Studio v0.1.0

07 Jan 04:19

Choose a tag to compare

English

  • Initial release.
  • JSON formatting and minification.
  • Escape/unescape utilities.
  • JSON statistics (keys, depth, size) and validation.
  • Monaco-based JSON editor with syntax highlighting, folding, and line numbers.
  • Clipboard integration and global shortcuts.
  • Theme switching (light/dark) and editor settings (font size, indent), plus shortcut settings.

中文

  • 初始版本发布。
  • JSON 格式化与压缩。
  • 转义/反转义工具。
  • JSON 统计(键数量/层级/大小)与校验。
  • 基于 Monaco 的 JSON 编辑器:语法高亮、折叠、行号。
  • 剪贴板集成与全局快捷键。
  • 主题切换(明/暗)与编辑器设置(字体大小、缩进),以及快捷键设置。