vue-json-pretty
vue-json-pretty copied to clipboard
A JSON tree view component that is easy to use and also supports data selection.
找到一个react版本的 https://github.com/mac-s-g/react-json-view/ (Enable Clipboard)
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,...