High performance JSON highlighter & browser
json-viewer allows you to efficiently present highlighted and collapsable JSON.
For efficiency it uses native JSON.stringify
function to turn your json into a string, and then augment it with html markup.
bower install angular-json-viewer
angular.module('YOUR_APP', ['platypus.jsonviewer'])
<div json-viewer="MY_JSON"></div>