Skip to content

Instantly share code, notes, and snippets.

@sud0n1m
Last active July 20, 2016 21:56
Show Gist options
  • Save sud0n1m/f995aba918ea887e45f563c2a4fc5674 to your computer and use it in GitHub Desktop.
Save sud0n1m/f995aba918ea887e45f563c2a4fc5674 to your computer and use it in GitHub Desktop.
Code to merge in the customer object and event object formatted as valid JSON.
{
"event":
{{ event | replace: "=>", ":" }},
"customer":
{{ customer | replace: "=>", ":" }}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment