Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/d1fa5d9127a86ac487b65db537e160d8 to your computer and use it in GitHub Desktop.
Save trycf/d1fa5d9127a86ac487b65db537e160d8 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
numbers = [
one = "tahi",
two = "rua",
three = "toru",
four = "wha"
]
cfwddx(action="cfml2wddx", output="asWddx", input=numbers)
cfwddx(action="wddx2cfml", output="asStruct", input=asWddx)
writeDump([
original = numbers,
asWddx = asWddx,
asStruct = asstruct
])
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment