Skip to content

Playground

Type any FEEL expression and evaluate it in real-time. Use the quick examples to explore the language.

Quick examples:

Reading the output

FieldDescription
valueThe evaluated FEEL value, serialized to JSON
warningsList of non-fatal issues (e.g. undefined variable, unknown function)

Context JSON

Variables are passed as a JSON object. In unaryTest mode, the input value must be under the "?" key:

json
{ "?": 42 }

For regular expressions, any key becomes a variable:

json
{ "price": 10, "qty": 5 }

Keyboard shortcut

Press Ctrl+Enter (or ⌘+Enter on Mac) inside any input field to run the expression.

Released under the MIT License.