Skip to content

Instantly share code, notes, and snippets.

@alexandramartinez
Created July 28, 2025 13:11
Show Gist options
  • Select an option

  • Save alexandramartinez/594c0e5e68babcebee89bc48dd9ed871 to your computer and use it in GitHub Desktop.

Select an option

Save alexandramartinez/594c0e5e68babcebee89bc48dd9ed871 to your computer and use it in GitHub Desktop.
%dw 2.0
output application/json
---
payload map {
id: $.id as String,
title: $.title,
description: $.description,
dueDate: $.dueDate,
completed: $.completed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment