An interactive JSON explorer, built using React.
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.
npm install
npm run start