当前位置:网站首页>This visual tool artifact is more intuitive and easy to use!love so much

This visual tool artifact is more intuitive and easy to use!love so much

2022-08-10 22:42:00 The elder brother of the migrant workers

Click "Java Programming Duck" below to follow and star

More exciting, direct access at the first time

Introduction

JSON Hero is a simple and useful JSON tool that makes reading and understanding JSON documents easier and more intuitive with a nice looking UI and enhanced extra features.

Supports multiple views for viewing JSON: column view, tree view, JSON view, etc. Column view is a new way to browse JSON documents inspired by the macOS Finder

31a35b5220b83976b76c7d07f5ec4627.png

Project address:

https://github.com/jsonhero-io/jsonhero-web

Installation

To run JSON Hero locally, first clone the source code and install the relevant dependencies:

git clone https://github.com/jsonhero-io/jsonhero-web.gitcd jsonhero-webnpm install

Then run the following command to start, open http://localhost:8787 to use:

npm start

Use

Go to https://jsonhero.io/ and drag and drop the JSON file onto the website, or paste the JSON or JSON url in the form provided

d5cabac0823bc12688488dadb1f3875b.png

Content Preview

JSON Hero automatically infers the content of the string and provides useful previews and properties for selected values.

Date and time

38a2bbae41f088ed34cc77f3cc4e6f8b.jpeg

Image URL

d737b58e3904260181984f6acbb30155.png

Website URL

ab5279388d2429bb3f9be054e8094982.png

JSON URL

17c1301bd97d7f276f3b322659200834.png

Tree View

This is also the most used, the tree structure can be clearly displayed, see a set of pictures:

626c5b519bb9a0a4e2a95de99c1f02e8.gif

Also supports searching data in JSON data:

d2eecffdfa14a73175de4a138e949006.gif

Here comes the point!

When you finish editing or reviewing data, you need to share it with the front-end, instead of copying all the data, you only need to generate the specified link, which is very convenient.

769300cfe5213bee757fd440fd62c1b6.jpeg

In general, JSON Hero supports a variety of attempts to view JSON data, and supports VS Code and other extensions. I believe it is a very powerful tool for small partners who often deal with JSON.

END

Have you gained something after reading this article?Please forward and share with more peopleFollow "Java Programming Duck" to improve your Java skillsPay attention to the Java programming duck WeChat public account, and reply in the background: Code Farmer Gift Pack can get a copy of the latest technical information.Covers Java framework learning, architect learning, and more!If the article is helpful, please read it and forward it.Thank you for your support (*^__^*)
原网站

版权声明
本文为[The elder brother of the migrant workers]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/222/202208102151537024.html