Skip to content

robp94/Json_Parser

 
 

Repository files navigation

Json Parser

Build Version Downloads

Simple JSON Parser is an IntelliJ IDE plugin for validation and formatting JSON string

Features

  • 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

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.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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 80.4%
  • Kotlin 19.6%