Display JSON string with indentation / tree kind of display

Are there any controls available to display JSON string with proper indentation or tree kind of display?

Thanks,
Sankaranarayanan MG

Sure, you can use this.

<pre> {{myData | json}}</pre>
1 Like