Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Playground

This page executes JSON-e live in your browser.

template:
  message:
    $eval: payload.message_body
context:
  payload:
    message_body: "Hello, world!"
result:
  message: Hello, world!