MangoAds JSON Parser is a Visual Studio Code extension that helps you view, edit, and manage JSON files in a user-friendly sidebar view, similar to Copilot Chat. It is designed for developers who frequently work with JSON data and want a more interactive and visual editing experience.
Features
📂 Sidebar View: Access the JSON parser directly from the VS Code sidebar (Explorer view).
📝 Visual JSON Editor: Edit JSON files using a dynamic form instead of raw text.
🔄 Live Update: Changes in the form are instantly reflected in the JSON structure.
💾 Save Back to File: Save your edits directly to the original JSON file.
📑 File Picker: Easily select and load any JSON file from your workspace.
🟢 Supports Nested Structures: Handles deeply nested objects and arrays.
Requirements
Visual Studio Code v1.100.0 or higher
Getting Started
Install the extension from the VS Code Marketplace or from a .vsix file.
Open the Sidebar: Find "MangoAds JSON Parser" in the Explorer sidebar.
Pick a JSON File: Click the "Chọn file JSON" button to select a JSON file from your workspace.
Edit: Use the generated form to view and edit your JSON data.
Save: Click "Lưu dữ liệu" to save changes back to the file.
Extension Settings
This extension currently does not contribute any custom settings.
Known Issues
Only supports .json files.
Large or highly complex JSON files may render slowly.
No schema validation (yet).
Release Notes
0.0.1
Initial release with sidebar view, file picker, and visual JSON editing.
Contributing
Pull requests and suggestions are welcome! Please open an issue to discuss your ideas or report bugs.