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/c275539886841ef9db6b3a244d2657ee to your computer and use it in GitHub Desktop.
Save trycf/c275539886841ef9db6b3a244d2657ee to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
order = {"id":1234,"customer_id":333,"total":1000.00};
build(order);
writeDump(order);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment