StaticBinding

play.api.libs.json.StaticBinding
object StaticBinding

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def generateFromJsValue(jsValue: JsValue, escapeNonASCII: Boolean): String
def parseJsValue(data: Array[Byte]): JsValue

Parses a JsValue from raw data.

Parses a JsValue from raw data.

Attributes

def parseJsValue(input: String): JsValue

Parses a JsValue from a string content.

Parses a JsValue from a string content.

Attributes

def parseJsValue(stream: InputStream): JsValue

Parses a JsValue from a stream.

Parses a JsValue from a stream.

Attributes

def prettyPrint(jsValue: JsValue): String
def toBytes(jsValue: JsValue): Array[Byte]