I would like to store freely formatted (JSON, XML, CSV) d3 data sets back to a database, preferably using (for the sake of consistency) native d3 methods.
Is this already catered for in d3, and if not, can existing d3.js methods be coaxed into handling this?
Examples would be welcome.