godwinjk / Json_Parser

MIT License
25 stars 7 forks source link

Json Parser

Build Version Downloads

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

Features

Installation

Changelog

Version 1.7.2

  1. Unquoted fields and single quoted fields now supported
  2. YAML comments and normal comments will not throw error anymore
  3. Deprecation fixes
  4. Runtime error fixed

Version 1.7.1

  1. Tree view bug fixes

Version 1.7

  1. Significant Change in tree view.
  2. Major bug fixes

Version 1.6.1

  1. Updated for new latest version support

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

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.