How do I pretty print JSON object in html? I tried this solution but not working. Please help me what I need to do to achieve this. I tried using json
pipe:
<div class="box box-default">
<pre>{{placeDetail |json}}</pre>
</div>