Skip to content

Tiny plugin to visualize your JSON files. You can create a diagram of your JSON files by simply opening them in your IDE

License

Notifications You must be signed in to change notification settings

marcherdiego/json-visualizer

Repository files navigation

JetBrains Plugins GitHub code size in bytes Downloads

Get from Marketplace

JSON Visualizer for Idea-based IDEs

Tiny plugin to visualize your JSON files. You can create a diagram of your JSON files by simply opening them and performing one of the following actions:

  • Click the JSON icon located in the first line of the file
  • Right click inside the file -> View JSON
  • Tools -> JSON Visualizer -> Paste JSON file -> Parse

Sceenshots

Screen Shot 2022-08-08 at 11 13 16 AM

Screen Shot 2022-08-08 at 11 02 04 AM

Screen Shot 2022-08-08 at 11 02 15 AM

Screen Shot 2022-08-08 at 11 02 28 AM

Screen Shot 2022-08-08 at 11 02 37 AM

Mentions

Special thanks to PlantUML: this plugin wouldn't be possible without your help!

License

Copyright 2025 Diego Marcher.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Building and Running with Gradle

This project uses the Gradle IntelliJ Plugin for building and running the plugin.

Build the plugin

gradle build

Run the plugin in a sandboxed IDE

gradle runIde

Package the plugin for distribution

gradle buildPlugin

For more information, see the Gradle IntelliJ Plugin documentation.

About

Tiny plugin to visualize your JSON files. You can create a diagram of your JSON files by simply opening them in your IDE

Topics

Resources

License

Stars

Watchers

Forks