Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfset test = {str='Yes'}>
  2. <cfset json = serializeJSON(test)>
  3. <cfset fromJSON = deserializeJSON(json)>
  4.  
  5. <cfoutput>
  6.     #test.str#<br>
  7.     #json#<br>
  8.     #fromJSON.str#
  9. </cfoutput>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement