An open API service indexing awesome lists of open source software.

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

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)