class Iterable::JsonExporter

exporter = Iterable::JsonExporter.new(Iterable::Export::EMAIL_SEND_TYPE, nil, nil, nil, config)
conf = Iterable::Config.new(token: ‘new-token’)
# With custom config
exporter.export
exporter = Iterable::JsonExporter.new Iterable::Export::EMAIL_SEND_TYPE
# With default config
@example Creating a JSON Exporter
Subclass of [Iterable::Export] for JSON exporting of data
#

def format

def format
  'json'
end