(Go: >> BACK << -|- >> HOME <<)

Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.05 KB

README.md

File metadata and controls

58 lines (39 loc) · 2.05 KB

JSON Browser

Build Version Downloads

This JSON Browser plugin allows you to work with JSON objects within JetBrains IDEs.

This plugin was created with a single goal in mind: to offer an all-in-one solution for managing JSON objects within the IDE itself.

All the current and upcoming features are listed here.

Features

  • View JSON object as JSON, TABLE or TREE
  • In Table view, view child JSON objects in child JSON Browser window
  • Add Pagination support
  • Edit support in all the views along with child windows
  • Add Search functionality in all the views

Upcoming

  • Import/Export JSON files
  • Compare two JSON files
  • Add custom scripts using JavaScript to process the JSON
  • Directly view opened JSON files in the JSON Browser window

Feedback/Suggestion

Please feel free to provide constructive feedback and feature requests by creating a new issue on https://github.com/geetesh-gupta/JSON-Browser/issues.

Compatibility Range

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "JSON Browser" > Install Plugin

  • Manually:

    Download the latest version and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.