# Json_Parser **Repository Path**: William4J/Json_Parser ## Basic Information - **Project Name**: Json_Parser - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-16 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Json Parser ![Build](https://github.com/godwinjk/Json_Parser/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/10650-json-parser.svg)](https://plugins.jetbrains.com/plugin/10650-json-parser) [![Downloads](https://img.shields.io/jetbrains/plugin/d/10650-json-parser.svg)](https://plugins.jetbrains.com/plugin/10650-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](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). - [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](https://github.com/godwinjk/Json_Parser/releases/latest) and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... ## Changelog ### Version 1.5 1. Now you can directly open JsonParser window from logcat or console window. No need to copy and paste from multiple window. 2. Tree structure updated with child number and object number for arrays. 3. Copy to clipboard added. ### Version 1.4 1. Multiple tabs added 2. Rate/ donate tab issue fixed 3. Menu item added under Edit menu (ctrl shift alt J) ### Version 1.3 1. Bug fixes ### Version 1.2 Added 3 options - Pretty print - Raw - Tree ### Version 1.2.1 1. Error message if not a valid json 2. Bug fixes ### Version 1.1 Support for all platforms. ### Version 1.0 Parse VALID JSON string only.