JsonPrinter

trait JsonPrinter extends JsValue => String

A JsonPrinter serializes a JSON AST to a String.

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

Value members

Abstract methods

Concrete methods

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

Inherited methods

@unspecialized
def andThen[A](g: String => A): JsValue => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => JsValue): A => String
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1