PrettyPrinter

besom.json.PrettyPrinter
See thePrettyPrinter companion object
trait PrettyPrinter extends JsonPrinter

A JsonPrinter that produces a nicely readable JSON source.

Attributes

Companion
object
Graph
Supertypes
trait JsonPrinter
trait JsValue => String
class Object
trait Matchable
class Any
Known subtypes
object PrettyPrinter.type
object SortedPrinter.type

Members list

Value members

Concrete methods

Inherited methods

def andThen[A](g: String => A): T1 => A

Attributes

Inherited from:
Function1

Attributes

Inherited from:
JsonPrinter

Attributes

Inherited from:
JsonPrinter
def compose[A](g: A => JsValue): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val Indent: Int