Json Viewer
Link to open source: https://github.com/antrixsh/json-viewer/tree/main
Link to Live Project: https://json-viewer-bice.vercel.app/
Overview
JSON Viewer is a simple web application that allows users to upload JSON files or paste JSON content directly into the browser to view the structured data in a table format. It supports both flat and nested JSON structures, providing an easy-to-read representation of the JSON data. The application also includes syntax highlighting for better readability.
Features
- Upload JSON File: Users can upload a JSON file from their local system to be displayed in a table format.
- Paste JSON Content: Users can paste JSON content directly into a text area to view it in a table format.
- Syntax Highlighting: JSON data is displayed with syntax highlighting to differentiate between keys, strings, numbers, booleans, and null values.
- Handles Nested JSON: Supports nested JSON structures, displaying nested objects and arrays appropriately.
- Responsive Design: The application is designed to be responsive, providing a good user experience on both desktop and mobile devices.
- Clear Data: Users can clear the displayed data and reset the input fields using the clear button.



