Json Parser
Simple JSON Parser is an IntelliJ IDE plugin for validation and formatting JSON string
Features
- [x] Pretty print Json
- [x] Validate Json
- [x] Single click formatting from logcat or console window
- [x] Review the Legal Agreements.
- [x] Tree model view, so user can easily hide or expand particular object
Installation
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Json Parser" >
Install Plugin
-
Manually:
Download the latest release and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Changelog
Version 1.7.2
- Unquoted fields and single quoted fields now supported
- YAML comments and normal comments will not throw error anymore
- Deprecation fixes
- Runtime error fixed
Version 1.7.1
- Tree view bug fixes
Version 1.7
- Significant Change in tree view.
- Major bug fixes
Version 1.6.1
- Updated for new latest version support
Version 1.5
- Now you can directly open JsonParser window from logcat or console window. No need to copy and paste from multiple
window.
- Tree structure updated with child number and object number for arrays.
- Copy to clipboard added.
Version 1.4
- Multiple tabs added
- Rate/ donate tab issue fixed
- Menu item added under Edit menu (ctrl shift alt J)
Version 1.3
- Bug fixes
Version 1.2
Added 3 options
Version 1.2.1
- Error message if not a valid json
- Bug fixes
Version 1.1
Support for all platforms.
Version 1.0
Parse VALID JSON string only.