Guest User

Untitled

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <!--- suppose your query you did with cfquery is stored in the variable myQuery --->
  2.  
  3. <script>
  4. var q = #SerialzeJSON(myQuery,true)#;
  5. // make an easy to use object
  6. var newQuery = queryToObject(q);
  7. console.log(newQuery);
  8. </script>
Add Comment
Please, Sign In to add comment