Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/ef58d050ba30f095611aa0b464853ea1 to your computer and use it in GitHub Desktop.
Save trycf/ef58d050ba30f095611aa0b464853ea1 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
nullStruct = {"key": JavaCast("null", "")};
for( key in nullStruct ) {
WriteDump(nullStruct[key]);
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment