Skip to content

Instantly share code, notes, and snippets.

@bmdoherty
Created July 31, 2017 12:40
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 bmdoherty/58091d338067f684e97088380afa0201 to your computer and use it in GitHub Desktop.
Save bmdoherty/58091d338067f684e97088380afa0201 to your computer and use it in GitHub Desktop.
<cfscript>
var bodyDot = {};
bodyDot.grant_type = "authorization_code";
writeDump(bodyDot);
var bodyBracket = {};
bodyBracket['grant_type'] = "authorization_code";
writeDump(bodyBracket);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment