/json-viewer

High performance JSON highlighter & browser

Primary LanguageJavaScript

Json viewer

High performance JSON highlighter & browser

Installation

bower install angular-json-viewer

Usage

  • Include json-viewer.js and json-viewer.css into your app.
  • Add platypus.jsonviewer as a module dependency to your app : angular.module('YOUR_APP', ['platypus.jsonviewer'])
  • Use the directive with you json content

<div json-viewer="MY_JSON"></div>