Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/e7e81f9da49130c4f441378def411da1 to your computer and use it in GitHub Desktop.
Save trycf/e7e81f9da49130c4f441378def411da1 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
order = {"id":1234,"customer_id":333,"total":1000.00};
loadedOrder = build(order);
writeDump([
loadedOrder,
order
]);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment