Skip to content

Instantly share code, notes, and snippets.

Created January 26, 2017 20:07
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 anonymous/dd68d2a3ed4aa8ea839032692bb68d60 to your computer and use it in GitHub Desktop.
Save anonymous/dd68d2a3ed4aa8ea839032692bb68d60 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
qry = queryNew( 'foo,bar' );
qry.addRow( {foo:1, bar:2} );
qry.addRow( {foo:3, bar:4} );
writeDump( serializeJSON( qry, 'struct' ) );
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment