Vue JSON inspector with Chrome-like theme.
The Object Visualizer is a vue component designed to visually represent JSON objects in the DOM. A demo showcasing the component’s capability is available. It provides a similar experience to Chrome’s object tree visualization.
npm install object-visualizer
Include the following script tag in your HTML file:
<script src="https://cdn.jsdelivr.net/npm/object-visualizer"></script>
The Object Visualizer vue component offers a user-friendly way to visualize JSON objects on the DOM. With features like customizing keys, automatic expansion/collapse, and support for both light and dark themes, it enhances the debugging and inspection experience. Users can integrate this component with ease through NPM or CDN for seamless implementation.