Skip to content

Instantly share code, notes, and snippets.

@MMTE
Last active November 2, 2024 14:32
Show Gist options
  • Save MMTE/837355025856f6bc28daf76646d2b4e3 to your computer and use it in GitHub Desktop.
Save MMTE/837355025856f6bc28daf76646d2b4e3 to your computer and use it in GitHub Desktop.
Render json object pretty in javascript ( react, vue , ... )
<pre>{JSON.stringify(data, null, 2)}</pre>
// https://stackoverflow.com/questions/30765163/pretty-printing-json-with-react
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment