Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 222 Bytes

render-js-object-in-pretty-format.md

File metadata and controls

7 lines (5 loc) · 222 Bytes

Render a javascript object in pretty format

Quickly render a readable javascript object to the screen by rendering a formatted JSON string into a <pre> tag.

<pre>{JSON.stringify(myObject, null, 2)}</pre>