--- title: "json Tree Viewer Widget" slug: "json-tree-viewer-widget" updated: 2024-04-10T18:02:41Z published: 2024-04-10T18:02:41Z canonical: "support.tulip.co/json-tree-viewer-widget" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.tulip.co/llms.txt > Use this file to discover all available pages before exploring further. # json Tree Viewer Widget *Enable easy viewing of nested structures on a Tulip app (e.g., json objects)* To download the app, visit: [Library](https://tulip.co/library/apps/json-tree-viewer-widget/) [Video for "JSON Tree Custom Widget.mp4"](https://tulip.widen.net/view/video/hozdkhpann/JSON-Tree-Custom-Widget.mp4?t.download=true&u=a1yhpj) ## Developer The json Tree Viewer Widget was developed by **[Sandalwood](https://sandalwood.com/)** ### Sandalwood's Overview and Mission We design and execute strategic programs for manufacturers which reduce work-related risks to quality, productivity, and employee health. It is important to us to continually monitor project progress to ensure we are meeting or exceeding expectations and that the results will provide value to our clients Contact Sandalwood for additional details and Tulip services support [*here*](https://sandalwood.com/contact-us/) ## Purpose The json tree viewer widget provides a simple way to easily view nested object structures with a simple tree visual. This can streamline how supervisors view a variety of information on a given station, machine, or device on the shop floor. ![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28518%29.png) ## Setup The widget has a single parameter to set: - **JSON Results:** Create an object array variable with the json object as a text element for the custom widget to unpack. ## How it works The json tree viewer custom widget unpacks nested json objects into a tree structure with some simple object manipulations in javascript. This allows easier viewing of complex structures and variables. ## Further Reading If you would like to know more about custom widgets please visit the site below: - [*Custom Widgets Overview*](https://support.tulip.co/docs/custom-widgets-overview)