JsonGenerator

Provides JSON generator factory.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

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

def apply(output: Writer): JsonGenerator

Creates JSON generator to output.

Creates JSON generator to output.

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

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

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

def apply(output: OutputStream): JsonGenerator

Creates JSON generator to output.

Creates JSON generator to output.

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

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

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

def apply(output: File): JsonGenerator

Creates JSON generator to output.

Creates JSON generator to output.

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

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

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

def apply(output: Path): JsonGenerator

Creates JSON generator to output.

Creates JSON generator to output.