Easy to use toolwindow that can perform JSON string manipulations directly in your IDE rather than finding websites to do it for you. Most of the features also exposed as actions that can be used in normal json files This plugin will:
- Prettify & Uglify your json
- Escape & De-escape your json
- Json extraction (experimental). Is able to extract valid json from logs and variable declarations - E.g. public final String json = "{\"key\":\"value\"}"; becomes {"key":"value"}
- Json Searching
- Identify nested json & provide intention to extract