CompactPrinter

smile.json.CompactPrinter
See theCompactPrinter companion trait

Attributes

Companion
trait
Graph
Supertypes
trait JsonPrinter
trait JsValue => String
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Function1
def apply(x: JsValue, jsonpCallback: Option[String], sb: StringBuilder): String

Attributes

Inherited from:
JsonPrinter
def apply(x: JsValue): String

Attributes

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

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