---
title: "json Table Viewer Widget"
slug: "json-table-viewer-widget"
updated: 2024-04-10T18:05:30Z
published: 2024-04-10T18:05:30Z
---

> ## 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 Table Viewer Widget

*Enable easy viewing of json data into a simple table*

          
          

To download the app, visit: [Library](https://tulip.co/library/apps/json-table-viewer-widget/)

## Developer

The json Table 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 table viewer widget provides a simple way to easily view json data as a table in Tulip. 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%28567%29.png)

## Setup

The widget has a single parameter to set:

- **JSON Table Data:** Create an object array variable with the json object as a text element for the custom widget to unpack into a table.

## How it works

The json table viewer custom widget unpacks json objects into a table 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)
