
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
jquery-jsonview
Advanced tools
Formats & syntax highlights JSON.
Port of Ben Hollis's JSONView extension for Firefox: http://jsonview.com
var json = {"hey": "guy","anumber": 243,"anobject": {"whoa": "nuts","anarray": [1,2,"thr<h1>ee"], "more":"stuff"},"awesome": true,"bogus": false,"meaning": null, "japanese":"明日がある。", "link": "http://jsonview.com", "notLink": "http://jsonview.com is great"};
$(function() {
$("#json").JSONView(json);
// with options
$("#json-collasped").JSONView(json, { collapsed: true });
});
jQuery JSONView can be configured using the following options.
collapsed - Collapse all nodes when rendering first time, default is false.nl2br - Convert new line to <br> in String, default is false.recursive_collapser - Collapse nodes recursively, default is false.escape - Escape HTML in key, default is true.jQuery JSONView provide following methods to allow you control JSON nodes, all methods below accept a level argument to perform action on the specify node.
jQuery#JSONView('collapse', [level]) - Collapse nodes.jQuery#JSONView('expand', [level]) - Expand nodes.jQuery#JSONView('toggle', [level]) - Toggle nodes.FAQs
jQuery plugin for display pretty JSON.
The npm package jquery-jsonview receives a total of 2,584 weekly downloads. As such, jquery-jsonview popularity was classified as popular.
We found that jquery-jsonview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.