I have no idea how to send someone a JSON file
I have a user that is requesting to query my DB and send the results to him in JSON format. I have no idea how to do this. I googled JSON and see it is (JavaScript Object Notation. So the user wants the query results in this type of file. But I cant find how Coldfusion can do this. I am new to using coldfusion to transfer or manipulate files, so I am not clear on how to funnel the query results into a a file in JSON format and then how do I make it available for my user to grab. lol, I am not even sure what if I am asking the right stuff.
I am using coldfusion 8 and sql server 2000
