Skip to content

tpreisig/json-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-Viewer

Build Status License Version

A lightweight web application for parsing and visually displaying JSON data with collapsible tree structure, syntax highlighting, and file upload support.

Features

  • Interactive JSON Tree View: Collapsible nodes for easy navigation of nested objects and arrays
  • Syntax Highlighting: Color-coded display for keys, strings, numbers, and other data types
  • File Upload Support: Drag-and-drop or browse JSON/JSON files directly
  • Real-time Parsing: Instant validation and display of JSON input
  • Responsive Design: Mobile-friendly layout with adaptive grid system
  • Error Handling: Clear feedback for invalid JSON syntax
  • No Dependencies: Pure HTML, CSS, and vanilla JavaScript

Application

Screenshot

Installation

  1. Clone the repository:
    git clone https://github.com/tpreisig/json-reader.git
  2. Navigate to the project directory:
    cd json-reader
  3. Start the application:
    open index.html

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Maintained by tpreisig - feel free to reach out!

About

Parses any valid json-file and builds up a tree to make your string user-friendly to read.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published