Json2Csv

com.github.agourlay.json2Csv.Json2Csv
object Json2Csv

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Json2Csv.type

Members list

Value members

Concrete methods

def convert(file: File, resultOutputStream: OutputStream): Either[Exception, Long]
def convert(chunks: => LazyList[String], resultOutputStream: OutputStream): Either[Exception, Long]