Versions in this module Expand all Collapse all v0 v0.1.1 Apr 27, 2016 v0.1.0 Apr 26, 2016 Changes in this version + type CSVWriter struct + HeaderStyle KeyStyle + Transpose bool + func NewCSVWriter(w io.Writer) *CSVWriter + func (w *CSVWriter) WriteCSV(results []KeyValue) error + type KeyStyle uint + const DotBracketStyle + const DotNotationStyle + const JSONPointerStyle + const SlashStyle + type KeyValue map[string]interface + func (kv KeyValue) Keys() []string + func JSON2CSV(data interface{}) ([]KeyValue, error)