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 36 vue-json-pretty issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great project.. I am looking to add some functionality that is not currently supported. I want to be able to distinguish different JSON key s... I...

feature

Ιs there a way to highlight a specific node (key-value) if it has a specific value? customValueFormatter prop highlight only the value.

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...

dependencies

Currently, you have to click directly on the brackets to expand/collapse. As far as I know, this UI behavior does not exist in any other product/program for a tree display...

feature

I think the entire JSON tree is being re-rendered every time one item is toggled. This does not scale well for large JSONs. Additionally, the component struggles to display a...

help wanted

I love this package. It's really neat and user friendly. It would be nice if we can support editing json feature.

feature
help wanted

I change the initial value in demo `Basic.vue` to: ``` json {"appName":"helloworld","imageUrl":"https://example.com/example/hello/201232359/example_example_example.jpg"} ``` and the `imageUrl` is broken as shown. ![CleanShot 2021-08-18 at 11 30 54@2x](https://user-images.githubusercontent.com/2098020/129832539-e2de7fb8-3610-4238-b837-ec3d0417847d.png) After I adding a...

It used to be that clicking on a collapsed node only opened one level. I see somebody requested to allow the ability to expand all child levels. I can understand...

cannot select a previously selected field when use single selectableType; 使用单选框的时候,选中过的单选框都无法选中了 只能点击节点去选中 触发change。

bug

这个组件,有搜索功能吗??

feature