WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

mat-mcloughlin/knockout-inspector

Repository files navigation

jsonViewer

The intention is that this knockout binding will help you debug your knockout application when it all goes wrong.

usage

To use this just add these files to the head of your page

<link href="jsonViewer.css" rel="stylesheet" />
<script src="jsonViewer.js"></script>

And then you have access to the jsonViewer binding. You can apply it to any property on your view model, even the $root

<div data-bind="jsonViewer: $root"></div>

This will output the object to the page, simple. oh and here are some examples

examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published