Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sajadtorkamani/react-json-dump

A React component to quickly dump JSON-like data
https://github.com/sajadtorkamani/react-json-dump

debugging jsx react

Last synced: 7 days ago
JSON representation

A React component to quickly dump JSON-like data

Awesome Lists containing this project

README

        

# react-json-dump

### Install

```shell
npm install react-json-dump
```

### Usage

[See demo](https://codesandbox.io/p/sandbox/github/sajadtorkamani/react-json-dump-demo/tree/main)

```typescript jsx
import { Dump } from 'react-json-dump'

const App = () => (
<>

{/* With label */}

>
)
```