JsonWriter

org.json4s.JsonWriter
See theJsonWriter companion trait
object JsonWriter

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
json_writers.scala
def streaming[T <: Writer](writer: T, alwaysEscapeUnicode: Boolean): JsonWriter[T]

Attributes

Source
json_writers.scala
def streamingPretty[T <: Writer](writer: T, alwaysEscapeUnicode: Boolean): JsonWriter[T]

Attributes

Source
json_writers.scala