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

https://github.com/uiwjs/json-viewer

Online JSON Viewer, JSON Beautifier to beautify and tree view of JSON data - It works as JSON Pretty Print to pretty print JSON data.
https://github.com/uiwjs/json-viewer

html json json-viewer online tools viewer web-tools

Last synced: 5 months ago
JSON representation

Online JSON Viewer, JSON Beautifier to beautify and tree view of JSON data - It works as JSON Pretty Print to pretty print JSON data.

Awesome Lists containing this project

README

          

[`Online JSON Viewer`](https://uiwjs.github.io/json-viewer)

[![CI](https://github.com/uiwjs/json-viewer/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/json-viewer/actions/workflows/ci.yml)
[![Coverage Badge](https://uiwjs.github.io/json-viewer/badges.svg)](https://uiwjs.github.io/json-viewer/lcov-report/)
[![Open in Gitpod](https://shields.io/badge/Open%20in-Gitpod-green?logo=Gitpod)](https://gitpod.io/#https://github.com/uiwjs/json-viewer)
[![Gitee Website](https://jaywcjlove.github.io/sb/ico/gitee.svg)](https://uiw.gitee.io/json-viewer)

Online JSON Viewer, JSON Beautifier to beautify and tree view of JSON data - It works as JSON Pretty Print to pretty print JSON data.

https://uiwjs.github.io/json-viewer

Relate: https://jaywcjlove.github.io/tools/#/json-format

[![Online JSON Viewer](https://user-images.githubusercontent.com/1680273/149053681-1f9f525e-9b45-45f8-be3c-34c1ac91fc51.png)](https://uiwjs.github.io/json-viewer)

**URL Parameters:**

```bash
# Hiden Header
https://uiwjs.github.io/json-viewer/#/?hidenheader=1
# Hiden GitHub Corners
https://uiwjs.github.io/json-viewer/#/?corner=1
# GitHub corners href
https://uiwjs.github.io/json-viewer/#/?corner=0&cornerhref=cornerhref=https://github.com/uiwjs/json-viewer
# view=preview|editor
https://uiwjs.github.io/json-viewer/#/?view=preview&json=%7B%0A%20%20"a":%20234%0A%7D
# Share Code
https://uiwjs.github.io/json-viewer/#/?json=%7B%0A%20%20"a":%20234%0A%7D
```

**Reference:**

https://www.json.org/json-en.html
https://tools.ietf.org/html/rfc8259 (The latest IETF RFC – contains the latest full spec)

**Contributors**

As always, thanks to our amazing contributors!



Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).

**License**

Licensed under the MIT License.