A simple web application that takes JSON data as input and displays it in a formatted table structure.
This project provides a user-friendly interface to input JSON data and visualize it in a structured table format. The JSON data can contain nested objects, which will be displayed as nested tables within the main table.
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install the required dependencies using:
npm install
- Start the server using:
node index.js
- Open your web browser and navigate to
http://localhost:3000
to access the application.
- Enter your JSON data in the provided textarea.
- Click the "Submit" button.
- The submitted JSON data will be displayed in a formatted table structure.
- If the JSON data contains nested objects, they will be displayed as nested tables.
This project is licensed under the MIT License.