I\'m currently developing a desktop application with Node-webkit. During that process I need to get some data from a local MySQL-database.
The querying works fine, b
Solution
Just do: JSON.stringify(results)
JSON.stringify(results)