Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

73 lines (41 loc) · 1.16 KB

Json_Parser Changelog

Version 1.8.1

Automation added

Version 1.7.3

  1. Compatibility issue resolved

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

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