Introduction to JSONata Studio

Last updated on 13 Jul 2026

Overview

JSONata Studio is a collection of productivity tools that make it easier to work with JSONata and create reliable expressions fast. Currently, these tools include:

  • JSONata Studio Playground
  • JSONata Studio Book
  • JSONata AST Explorer

Additionally, paid users can:

  • Store playgrounds and track changes with a Git-like version history
  • Share playgrounds with a team and work collectively
  • Use AI to refine and debug JSONata expressions

JSONata Studio Playground

Inspired by the original JSONata Exerciser, this is an online code editor for evaluating and debuging JSONata expressions that offers additonal features.

JSONata Studio Book

This tool is ideal for evaluating an ordered sequence of JSONata expressions against a single JSON input, and includes many of the features of the JSONata Studio Playground. The key difference is that each expression must be assigned with an output key to store the evaluated result and make it available to all remaining expressions.

JSONata AST Explorer

This tool allows you to convert a JSONata expression into an abstract syntax tree (AST).