Last active
July 20, 2016 21:56
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": | |
{{ event | replace: "=>", ":" }}, | |
"customer": | |
{{ customer | replace: "=>", ":" }} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment