Skip to content

platypus-creation/json-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>