https://github.com/timerring/json-formatter
Format JSON string to conform to the standard display format. Visit at https://json.timerring.com
https://github.com/timerring/json-formatter
Last synced: 3 days ago
JSON representation
Format JSON string to conform to the standard display format. Visit at https://json.timerring.com
- Host: GitHub
- URL: https://github.com/timerring/json-formatter
- Owner: timerring
- License: mit
- Created: 2025-05-15T06:08:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-15T10:41:14.000Z (9 months ago)
- Last Synced: 2025-06-10T15:41:21.760Z (8 months ago)
- Language: HTML
- Homepage: http://json.timerring.com
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-formatter
This project is a simple JSON formatter that uses CodeMirror for the code editor.
## Features
- Format JSON
- Validate JSON
## Usage
You can directly visit the website [json.timerring.com](https://json.timerring.com).
## Screenshot

## Acknowledgments
- [CodeMirror](https://codemirror.net/) for the excellent code editor