PrettyPrinter

A JsonPrinter that produces a nicely readable JSON source.

Companion
object
trait JValue => String
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

@unspecialized
def andThen[A](g: String => A): JValue => A
Inherited from
Function1
def apply(x: JValue, jsonpCallback: Option[String], sb: StringBuilder): String
Inherited from
JsonPrinter
def apply(x: JValue): String
Inherited from
JsonPrinter
@unspecialized
def compose[A](g: A => JValue): A => String
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

val Indent: Int