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

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

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

![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-05-15-18-40-31.png)

## Acknowledgments

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