Get started with jquery-jsonview CDN
MIT licensed
JQuery plugin: JSONView - Displays, manipulates JSON data in human-readable format.
Tags:- json
Stable version
Copied!
How to start using jquery-jsonview CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with jquery-jsonview CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/jsonview.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/jquery-jsonview/1.2.3/jquery.jsonview.min.js"></script>
</head>
<body>
<!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!