Created
September 23, 2020 05:34
-
-
Save sahilrajput03/fd5b4275d00a633f55aed3e52aa33362 to your computer and use it in GitHub Desktop.
This is a JsonStringify react component.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const JsonStringify = ({data}) => <pre>{JSON.stringify(data, null, 2)}</pre>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment