Skip to content

TheEntropyShard/JsonViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonViewer

This is a simple local JSON viewer. It can load data from a URL or a File. Also, you can simply copy-paste JSON.

Screenshot

Quick start:

To build JsonViewer you need JDK 17. Run these commands:

git clone https://github.com/TheEntropyShard/JsonViewer
cd JsonViewer
gradlew shadowJar
java -jar build/libs/JsonViewer-0.7.3.jar