JsonWriter

grapple.json.JsonWriter
See theJsonWriter companion trait
object JsonWriter

Provides JSON writer factory.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonWriter.type

Members list

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.

Attributes

def apply(output: Writer): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

Attributes

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.

Attributes

def apply(output: OutputStream): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

Attributes

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.

Attributes

def apply(output: File): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

Attributes

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.

Attributes

def apply(output: Path): JsonWriter

Creates JSON writer to output.

Creates JSON writer to output.

Attributes