object-visualizer
v5.0.0
Published
Visualize JSON object to DOM.
Downloads
640
Maintainers
Readme
Object Visualizer
A vue component to visualize the JSON object to the DOM.
Live Demo
Feature
getKeys
: customize visible keys in any nested dataexpandOnCreatedAndUpdated
: expand or collapse after created or updatedStarting from v4.0.0, this feature is only available for objects due to performance issues.
- Recursive expand
Meta+Click
- Recursive collapse
Meta+Shift+Click
- Recursive expand
Light/Dark mode
Installation
NPM
$ npm install object-visualizer
import { ObjectVisualizer } from 'object-visualizer'
import 'object-visualizer/dist/index.min.css'
CDN
<script src="https://unpkg.com/object-visualizer"></script>
<link
type="text/css"
rel="stylesheet"
href="https://unpkg.com/object-visualizer/dist/index.min.css"
/>
<script>
const { ObjectVisualizer } = window.ObjectVisualizer
</script>
Usage
<ObjectVisualizer
:data="['foo', 'bar']"
rootName="Data"
:expandOnCreatedAndUpdated="(path) => false"
:getKeys="(object, path) => Object.keys(object)"
></ObjectVisualizer>
License
Donate
If this library helped you out feel free to donate.