Skip to main content
Version: Latest

JSON

JSON is a custom field type that allows you to store JSON data in a field. Useful for storing data that can be represented as a JSON object, like API Response, or a set of key-value pairs.

Create a JSON field

  1. Click on + icon to the right of Fields header
  2. On the dropdown modal, enter the field name (Optional).
  3. Select the field type as JSON from the dropdown.
  4. Configure default value for the field (Optional)
  5. Click on Save Field button.

image

Cell display

Cell displays the JSON data stored in the field. Click on expand record icon to open the JSON data in an editor modal.