当前位置:网站首页>I found a JSON visualization tool artifact. I love it!

I found a JSON visualization tool artifact. I love it!

2022-06-27 02:52:00 Java confidant_

Click on the official account , Practical technical articles Know in time 701b58c90f35eefd92807052d6dd1631.png

brief introduction

JSON Hero It's a simple and practical JSON Tools , By introducing the beautiful UI And enhanced additional features , Make reading and understanding JSON Documentation becomes easier 、 intuitive .

Support multiple views for viewing JSON: Column view 、 Tree view 、JSON View etc. Column view is supported by macOS Finder Inspired by the creation of a browsing JSON A new way to document

f6c423a695f16f364326c1211aa885f5.png

Project address :

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

install

To run locally JSON Hero, First clone Source code , And install dependencies :

git clone https://github.com/jsonhero-io/jsonhero-web.git
cd jsonhero-web
npm install

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

npm start

Use

Go to https://jsonhero.io/ And will JSON Drag and drop files onto the web site , Or paste in the form provided JSON or JSON url

60f19f8af9fc8369da0451b26e870b89.png

Content preview

JSON Hero Will automatically infer the contents of the string , And provide useful previews and properties for the selected values .

Date and time

b1dbcc9dba423a86c847aabaff79a15d.png

Photo URL

ea3d4fdea56205a57f0451afe6455a58.png

Website URL

7fde9db6ee2ae116edfdd8f3fe315ebb.png

JSON URL

493803ac76eff41e0a16359082263cd8.png

Tree view

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

687cba3bc32af35d9f5b5d17f4ae6771.png

And support for JSON Search the data in the data :

e0ee8ac515fb854d854a4ccb8e66ed8c.gif

The key is coming. !

When you finish editing or reviewing the data , It needs to be shared with the front end , You don't have to copy all the data , You only need to generate the specified link , This is very convenient .

a8e6bb552742e51190a404586e2d1115.png

Overall, ,JSON Hero Support multiple attempts to view JSON data , Support at the same time VS Code Such as extension , I believe that we should always deal with JSON My little friend said , It is a very awesome tool .

recommend

Java Interview questions

Technical involution group , Learn together !!

0c7b4a9b220564f34f9f6be43d5fa2dd.png

PS: Because the official account platform changed the push rules. , If you don't want to miss the content , Remember to click after reading “ Looking at ”, Add one “ Star standard ”, In this way, each new article push will appear in your subscription list for the first time . spot “ Looking at ” Support us !

原网站

版权声明
本文为[Java confidant_]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270242502284.html