Skip to content

Added JSON serialization

Compare
Choose a tag to compare
@vincentlaucsb vincentlaucsb released this 03 Sep 21:50
· 104 commits to master since this release
7c7830f

CSVRow objects now have to_json() and to_json_array() methods with proper string escaping and column slicing/rearranging. The CSVFormat interface is now also more robust.