Skip to content

view JSON with syntax highlighting in angular. Inspired by ng-prettyJSON but read only for speed.

License

Notifications You must be signed in to change notification settings

SuddenDevelopment/ngJsonView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngJsonView

view JSON with syntax highlighting in angular. Inspired by ng-prettyJSON but read only for speed. if you are interested in a versiont hat supports editing go here: https://github.com/darul75/ng-prettyjson

<!-- include in the head of the html file-->
<link rel="stylesheet" type="text/css" href="css/ngjsonview.css">
<script src="./directives/ngjsonview.js"></script>
//include it in your angular app
var app = angular.module('CardUI', ['ngjsonview']);
<!-- use it-->
<ngjsoncollection d="arrayofobjectsinscope"></ngjsoncollection>

About

view JSON with syntax highlighting in angular. Inspired by ng-prettyJSON but read only for speed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published