Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 381 Bytes

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