o

play.api.libs.json

StaticBinding

object StaticBinding

Source
StaticBinding.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StaticBinding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def generateFromJsValue(jsValue: JsValue, escapeNonASCII: Boolean): String
  2. def parseJsValue(stream: InputStream): JsValue

    Parses a JsValue from a stream.

  3. def parseJsValue(input: String): JsValue

    Parses a JsValue from a string content.

  4. def parseJsValue(data: Array[Byte]): JsValue

    Parses a JsValue from raw data.

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