From time to time, I need data to test some code. Exporting a query result to JSON is a function of SQLyog that I use for this purpose. Very useful: the data can be pasted directly in javascript or PHP.
However, the software can only save the data in a file. So this requires the annoying extra steps of creating a file, opening it in a text editor, and copying and pasting into the IDE.
I dream of an SQLyog upgrade that would offer to simply save the data to the clipboard.
Then Ctrl-V in my IDE, et voilà!