GitHub
github.com › leezng › vue-json-pretty
GitHub - leezng/vue-json-pretty: A JSON tree view component that is easy to use and also supports data selection.
A JSON tree view component that is easy to use and also supports data selection. - leezng/vue-json-pretty
Starred by 1.4K users
Forked by 141 users
Languages JavaScript 55.2% | TypeScript 26.3% | Vue 12.8% | Less 4.3% | HTML 1.4% | JavaScript 55.2% | TypeScript 26.3% | Vue 12.8% | Less 4.3% | HTML 1.4%
Leezng
leezng.github.io › vue-json-pretty
vue-json-pretty
Leezng (Daniel) · 博客 开源项目 关于我
GitHub
github.com › leezng › vue-json-pretty › releases
Releases · leezng/vue-json-pretty
A JSON tree view component that is easy to use and also supports data selection. - Releases · leezng/vue-json-pretty
Author leezng
npm
npmjs.com › package › vue-json-pretty
vue-json-pretty - npm
npm i vue-json-pretty · github.com/leezng/vue-json-pretty · leezng.github.io/vue-json-pretty · 163,456 · 2.6.0 · MIT · 133 kB · 17 · 4 months ago · leezng · Analyze security with SocketCheck bundle sizeView package healthExplore dependencies ·
» npm install vue-json-pretty
Published Oct 28, 2025
Version 2.6.0
Author leezng
Repository https://github.com/leezng/vue-json-pretty
GitHub
github.com › leezng › vue-json-pretty › blob › dev › package.json
vue-json-pretty/package.json at dev · leezng/vue-json-pretty
A JSON tree view component that is easy to use and also supports data selection. - vue-json-pretty/package.json at dev · leezng/vue-json-pretty
Author leezng
GitHub
github.com › leezng › vue-json-pretty › tree › 1.x
GitHub - leezng/vue-json-pretty at 1.x
A JSON tree view component that is easy to use and also supports data selection. - GitHub - leezng/vue-json-pretty at 1.x
Starred by 1.4K users
Forked by 137 users
Languages JavaScript 57.5% | TypeScript 23.9% | Vue 12.7% | Less 4.4% | HTML 1.5% | JavaScript 57.5% | TypeScript 23.9% | Vue 12.7% | Less 4.4% | HTML 1.5%
GitHub
github.com › leezng › vue-json-pretty › issues
leezng/vue-json-pretty
A JSON tree view component that is easy to use and also supports data selection. - leezng/vue-json-pretty
Author leezng
GitHub
github.com › leezng › vue-json-pretty › blob › dev › README.md
vue-json-pretty/README.md at dev · leezng/vue-json-pretty
import Vue from 'vue' import VueJsonPretty from 'vue-json-pretty' Vue.component("vue-json-pretty", VueJsonPretty)
Author leezng
GitHub
github.com › Peter-WF › vue-json-pretty › blob › dev › README.zh-CN.md
vue-json-pretty/README.zh-CN.md at dev · Peter-WF/vue-json-pretty
A clear, easy JSON tree view component made with vue.js 2.x. 一个简单易用的JSON树Vue组件 - vue-json-pretty/README.zh-CN.md at dev · Peter-WF/vue-json-pretty
Author Peter-WF
GitHub
github.com › nkreiger › vue-yaml-pretty
GitHub - nkreiger/vue-yaml-pretty: A JSON tree view component that is easy to use and also supports data selection.
<template> <div> ... <vue-json-pretty :path="'res'" :data="{ key: 'value' }" @click="handleClick"> </vue-json-pretty> </div> </template> <script> import VueJsonPretty from 'vue-json-pretty' import 'vue-json-pretty/lib/styles.css' export default { components: { VueJsonPretty } } </script>
Author nkreiger
SourceForge
sourceforge.net › projects › vue-json-pretty.mirror
Vue Json Pretty download | SourceForge.net
This is an exact mirror of the Vue Json Pretty project, hosted at https://github.com/leezng/vue-json-pretty.
GitHub
github.com › henrikekblad › vue-json-pretty
GitHub - henrikekblad/vue-json-pretty: A clear, easy JSON tree view component made with vue.js 2.x. 一个简单易用的JSON树Vue组件
A clear, easy JSON tree view component made with vue.js 2.x. 一个简单易用的JSON树Vue组件 - henrikekblad/vue-json-pretty
Author henrikekblad
GitHub
github.com › tanmancan › vue-json-print
GitHub - tanmancan/vue-json-print: Pretty prints JSON object in a collapsible tree view
Pretty prints JSON object in a collapsible tree view. A react version is available here. Demo: https://tanmancan.github.io/examples/vue-json-print/
Author tanmancan
GitHub
github.com › leezng › vue-json-pretty › blob › dev › example › SelectControl.vue
vue-json-pretty/example/SelectControl.vue at dev · leezng/vue-json-pretty
A JSON tree view component that is easy to use and also supports data selection. - vue-json-pretty/example/SelectControl.vue at dev · leezng/vue-json-pretty
Author leezng
GitHub
github.com › ruanheng159 › vue-json-pretty-highlight-row
GitHub - ruanheng159/vue-json-pretty-highlight-row: A JSON tree view component that is easy to use and also supports data selection.
A JSON tree view component that is easy to use and also supports data selection. - ruanheng159/vue-json-pretty-highlight-row
Author ruanheng159
GitHub
github.com › leezng › vue-json-pretty › blob › dev › README.zh_CN.md
vue-json-pretty/README.zh_CN.md at dev · leezng/vue-json-pretty
A JSON tree view component that is easy to use and also supports data selection. - vue-json-pretty/README.zh_CN.md at dev · leezng/vue-json-pretty
Author leezng
GitHub
github.com › leezng › vue-json-pretty › discussions › 176
How to use with Nuxt3? · leezng/vue-json-pretty · Discussion #176
<-- TheJsonPretty.vue --> <template> <VueJsonPretty :data="theData" v-if="validateRole('admin')"/> </template> <script setup> import VueJsonPretty from 'vue-json-pretty'; defineProps({ theData: Object }); </script>
Author leezng