This is an advanced tool designed for saving and editing structured configuration data that does not require relational database (RDB) management in JSON format, as well as directly viewing and editing JSON data stored in document-oriented databases like MongoDB.
JSON Syntax Validation: Real-time detection of JSON syntax errors to support efficient correction.
JSON Formatting: Automatically adjusts indentation and spaces to format the text into a highly readable structure.
Theme Switching: Freely switch between Light Mode and Dark Mode to optimize your working environment.
Full-Screen Editing: Display the editor in full-screen mode to focus on your work with ample space.
Read-Only Mode: The data can be opened in a mode specifically for viewing only, preventing accidental edits.
A tool for simultaneously opening two JSON datasets side-by-side and clearly comparing their structural and value-based differences (Diff). It is particularly useful for tasks such as JSON data version control and comparing configuration files before deployment.
Difference Merging: You can make corrections in the left-hand editor and easily merge the detected differences.
JSON Syntax Validation: Check for JSON syntax errors in both the left and right editors.
JSON Formatting: Format the JSON text into a highly readable structure.
Theme Switching: Freely switch between Light Mode and Dark Mode.
Full-Screen View: Display the comparison screen in full-screen mode.
Read-Only Mode: The data can be opened in a mode specifically for viewing only, preventing accidental operations.
This component utilizes the Monaco Editor, which is developed by Microsoft, to provide advanced code editing capabilities. The Monaco Editor is distributed under the MIT License. This component's use of the Editor fully complies with its licensing terms, which require the retention of the original copyright notice and license text.
Please refer to the included documentation/resources for the full MIT license text.
Web Block Parameter Updates
Updated and refined the parameter descriptions for all Web Blocks to enhance developer understanding and configuration accuracy.