AngularJS filters are used to format/transform
the data displayed in the view, filters can be used with expressions, ng-bind,
ng-repeat etc and act upon the data from the model. The JSON filter is used to format JSON
data in the view
{{ <string > | json }}
The following is an example of using json filter.