JsonPrinter

sjsonnew.support.scalajson.unsafe.JsonPrinter
See theJsonPrinter companion object
trait JsonPrinter extends JValue => String

A JsonPrinter serializes a JSON AST to a String.

Attributes

Companion
object
Graph
Supertypes
trait JValue => String
class Object
trait Matchable
class Any
Known subtypes
object CompactPrinter.type
object PrettyPrinter.type

Members list

Value members

Abstract methods

Concrete methods

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

Inherited methods

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

Attributes

Inherited from:
Function1
def compose[A](g: A => JValue): 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