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. Is it possible to start with certain nodes collapsed, not by using the deep feature, but specifying some path(s)? For example i have a JSON like this: "response_list": [...

Option to sort the keys on each level

So I've spent good eternity going through source code and trying to find a way to get an event for brackets close/open. But so far I've got nowhere. This is...

feature

By setting `deep:1` I can collapse all nodes by default, but then if I want to fully expand one node I have to click on every child of that node...

This PR is related to #35 I have created `line-number` component with style. However, I can't count the line number because the component is recursive. If you have any solution...

Thanks for this nice library. I am using on my report page to show various query results. One of the result contains an array with lots of items and I...

I would like to be able to add specific css to certain nodes from a certain JSON key. So for example, all text nodes are now `vjs-value vjs-value__string` but I'd...

Is it possible to **increase** the **width** of the Space during Editing, that could help User to navigate through long texts easily. To recreate this Issue :- enter very long...

improve

Seems like dynamic left padding on line number is not working when you collapse items.

bug
good first issue