Back to releases

SelfDevKit v1.3.0

June 10, 2025

SelfDevKit v1.3.0

Features:

JSON Tools Escape/Unescape Functionality

We introduced escape and unescape functionality to JSON Tools using battle-tested Rust serde_json. The tool automatically detects the type of content you paste and displays it in the most useful format.

To summarize:

  • Escape and unescape JSON strings
  • Automatic detection of content type
  • Clean dropdown interface for mode selection
  • Built with native Rust serde_json