use code-block and prettify json format #3291
Answered
by
holylander
holylander
asked this question in
General
-
hello! https://paste.twilio.design/components/code-block and make it to format/prettify json properly? thanks very much! PS: some approach as this one https://iq.js.org/questions/react/how-to-pretty-print-json-with-react |
Beta Was this translation helpful? Give feedback.
Answered by
holylander
Jun 22, 2023
Replies: 1 comment
-
I think this ticket can be closed. I see that json could be prettified with the help of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
holylander
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this ticket can be closed. I see that json could be prettified with the help of
JSON.stringify(json, undefined, 4);