JsonWriter

object JsonWriter

Provides JSON writer factory.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(output: Writer, indent: String): JsonWriter

Creates JSON writer to output using pretty printing with specified indent.

Creates JSON writer to output using pretty printing with specified indent.

def apply(output: Writer): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

def apply(output: OutputStream, indent: String): JsonWriter

Creates JSON writer to output using pretty printing with specified indent.

Creates JSON writer to output using pretty printing with specified indent.

def apply(output: OutputStream): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

def apply(output: File, indent: String): JsonWriter

Creates JSON writer to output using pretty printing with specified indent.

Creates JSON writer to output using pretty printing with specified indent.

def apply(output: File): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

def apply(output: Path, indent: String): JsonWriter

Creates JSON writer to output using pretty printing with specified indent.

Creates JSON writer to output using pretty printing with specified indent.

def apply(output: Path): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.