vue-json-pretty icon indicating copy to clipboard operation
vue-json-pretty copied to clipboard

A JSON tree view component that is easy to use and also supports data selection.

Results 44 vue-json-pretty issues
Sort by recently updated
recently updated
newest added

找到一个react版本的 https://github.com/mac-s-g/react-json-view/ (Enable Clipboard)

feature
good first issue

Does anyone know how I can expand a tree node and load data there from a server? Thanks.

在使用的时候发现一个问题,由于vue3 较新的模式并没有提供默认的export default 导出默认的vue,当打包之后导致找不到默认变量。 个人建议作者可以增加 esm的模式方便在仅支持esm系统当中正常使用。

Updated! I would like to determine the element of the array by its "id" instead of its position number, which may vary in unsorted arrays. Like in the JsonPath [example](https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html)...

json bigint presentation can cause confusion, hope support

I found your code very useful and adjusted colors to darkmode. You can use these changes in your library ``` html.light { --blue: #1890ff; --blue-border: #0076e4; --light-gray: #bfcbd9; --white: #fff;...

现在只支持编辑 value 不支持编辑 key ?

```vue import { ref } from "vue"; import VueJsonPretty from "vue-json-pretty"; import "vue-json-pretty/lib/styles.css"; const data = ref({l:"Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum consequatur quo suscipit, consectetur pariatur,...

如题,能否添加一个悬浮事件,当鼠标进入某个节点时触发。 如果担心影响性能的话应该可以通过添加一个开关来减弱对性能的影响?

feature