I want to output the final result in HTML code.
Input : JSON Output :HTML(json pretty formatted)
Asked
Active
Viewed 28 times
0

Community
- 1
- 1

methodpool.io
- 21
- 5
-
Welcome to Stack Overflow! Please take the [tour], have a look around, and read through the [help], in particular [*How do I ask a good question?*](/help/how-to-ask) â T.J. Crowder Aug 04 '18 at 09:01
-
`pre` element and `JSON.stringify(obj,null, â\tâ)` â Akxe Aug 04 '18 at 09:03