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/c6b7117ea7d8c3702c206e89cc280de4 to your computer and use it in GitHub Desktop.
Save trycf/c6b7117ea7d8c3702c206e89cc280de4 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfoutput>
<cfset local.jSONdata = {} />
<cfparam name="arguments.jSONvariable" default="getDictionaryItems.CancellationPuntos.msg_cancellationPuntosIneligible">
<cfloop index="local.idx_jSON" list="#arguments.jSONvariable#" delimiters=".">
<cfset local.jSONdata = local.jSONdata[local.idx_jSON] />
</cfloop>
</cfoutput>
<cfdump var="#replaceList(local.jSONdata, "","", "|", true)#">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment