JsonPrinter

trait JsonPrinter extends JValue => String

A JsonPrinter serializes a JSON AST to a String.

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

Value members

Abstract methods

Concrete methods

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

Inherited methods

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