Simple JSON Parser is an IntelliJ IDE plugin for validation and formatting JSON string
- Pretty print Json
- Validate Json
- Single click formatting from logcat or console window
- Review the Legal Agreements.
- Tree model view, so user can easily hide or expand particular object
-
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...
- Unquoted fields and single quoted fields now supported
- YAML comments and normal comments will not throw error anymore
- Deprecation fixes
- Runtime error fixed
- Tree view bug fixes
- Significant Change in tree view.
- Major bug fixes
- Updated for new latest version support
- 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.
- Multiple tabs added
- Rate/ donate tab issue fixed
- Menu item added under Edit menu (ctrl shift alt J)
- Bug fixes
Added 3 options
- Pretty print
- Raw
- Tree
- Error message if not a valid json
- Bug fixes
Support for all platforms.
Parse VALID JSON string only.