Skip to content

Instantly share code, notes, and snippets.

Created March 17, 2016 14:16
Show Gist options
  • Save anonymous/70b86fbb57f752125f35 to your computer and use it in GitHub Desktop.
Save anonymous/70b86fbb57f752125f35 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
a = {
"businessUnitValidList":" 2003051509034372557922 ",
"shortMessage":"Success",
"longMessage":"Request Completed Successfully.",
"status":20001
};
json = serializeJSON(a);
b = deserializeJSON(json);
writeDump(b);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment