Skip to content

rshzl/react-json-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-json-explorer

An interactive JSON explorer, built using React.

Preview

JSON Explorer Preview

Overview

The explorer consists of 3 function components:

  • JSON Viewer: Renders a JSON string into HTML.
    • Displays a JSON string as a JavaScript object and provides indentation.
    • Exposes clickable keys for the path input.
  • Path Input: Input for a JSONPath.
    • Looks up a specified path within a given JSON.
  • JSON Input: Input for a JSON string.

Build

npm install
npm run start

About

An interactive JSON explorer, built using React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published