https://github.com/9de/json-page
Simple HTML page for viewing formatted JSON in a new tab
https://github.com/9de/json-page
Last synced: 7 months ago
JSON representation
Simple HTML page for viewing formatted JSON in a new tab
- Host: GitHub
- URL: https://github.com/9de/json-page
- Owner: 9de
- License: mit
- Created: 2024-11-07T00:02:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T00:11:37.000Z (over 1 year ago)
- Last Synced: 2025-10-24T22:29:42.035Z (8 months ago)
- Language: CSS
- Homepage: https://9de.github.io/json-page/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Parser
A simple HTML page that lets you paste JSON data and view it with proper formatting in a new tab.
## How to Use
1. Open the HTML file in your browser
2. Paste your JSON into the input area
3. Click the button to see formatted JSON in a new tab
## Features
- Simple paste and view functionality
- Opens formatted result in new tab
- No installation needed - just HTML and JavaScript
- Works with any valid JSON
- No external dependencies
## Preview
Input area:
```
[Paste your JSON here]
```
↓ Click button ↓
New tab opens with formatted JSON display
## Browser Support
Works in all modern browsers (Chrome, Firefox, Safari, Edge)