
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
vue-json-cool
Advanced tools
A JSON component or plugin for vue(2.x), support spread and shrinkage, The highlighted rendering JSON data as a tree structure.
npm install vue-json-cool --save
<template>
<div>
<vue-json-cool :data="jsonData"></vue-json-cool>
</div>
</template>
import vueJsonCool from 'vue-json-cool';
export default {
components: {
vueJsonCool,
},
data() {
return {
jsonData: {
number: 1,
string: 'hello world',
boolean: true,
object: {
key: 1,
},
array: [1, '2', true, null, undefined],
null: null,
undefined: undefined,
},
};
},
};
Attribute | Level | Description | Type | Default |
---|---|---|---|---|
data | basic | json data | JSON object or object Array, {...}, [{...}, {...}] | - |
not yet...
如果喜欢请给个星星,谢谢。 If you like, please give me a star, thank you.
如果需要帮助: QQ:1573815240 邮箱: 1573815240@qq.com if you need help: QQ:1573815240 email: 1573815240@qq.com
FAQs
a json plugin for vue,support spread and shrinkage
The npm package vue-json-cool receives a total of 640 weekly downloads. As such, vue-json-cool popularity was classified as not popular.
We found that vue-json-cool 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.