Skip to content

Instantly share code, notes, and snippets.

@sahilrajput03
Created September 23, 2020 05:34
Show Gist options
  • Select an option

  • Save sahilrajput03/fd5b4275d00a633f55aed3e52aa33362 to your computer and use it in GitHub Desktop.

Select an option

Save sahilrajput03/fd5b4275d00a633f55aed3e52aa33362 to your computer and use it in GitHub Desktop.
This is a JsonStringify react component.
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