Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.21 KB

DESCRIPTION.md

File metadata and controls

45 lines (38 loc) · 1.21 KB

JSON Tool Plugin based on IntelliJ IDEs.It makes JSON processing a breeze!


Getting Started | Github | Donate


Key Features

  • Full JSON5 Support
  • JSON Window
    • History
    • JSONPath/JMESPath Query
  • JSON Processing
    • Beautify
    • Minify
    • Tree View
    • Compare
    • Escape
  • Serialization
    • JavaBean to JSON Conversion
    • JavaBean to JSON5 Conversion (Including Comments)
    • Runtime Object to JSON Conversion
    • JSON to JavaBean Conversion
    • JSON5 to JavaBean Conversion (Including Comments)
    • Kotlin Properties to JSON
    • Extract Java Constants to JSON
  • Format Conversion
    • XML
    • YAML
    • Toml
    • Properties
    • URL Params
  • Extensions
    • Convert between Timestamp and Standard Date Format
    • Parse nested JSON strings into objects/arrays

Getting Started

When the editor contains only valid JSON text or when valid JSON is selected, you can use the Alt+K shortcut or right-click and choose Json Assistant to bring up the action menu.

For more operations, please refer to the plugin documentation.