Parser

object Parser extends SupportParser[JValue]
trait SupportParser[JValue]
class Object
trait Matchable
class Any

Value members

Inherited methods

def async(mode: Mode): AsyncParser[JValue]
Inherited from
SupportParser
def parseFromByteArray(src: Array[Byte]): Try[JValue]
Inherited from
SupportParser
def parseFromByteBuffer(buf: ByteBuffer): Try[JValue]
Inherited from
SupportParser
def parseFromChannel(ch: ReadableByteChannel): Try[JValue]
Inherited from
SupportParser
def parseFromCharSequence(cs: CharSequence): Try[JValue]
Inherited from
SupportParser
def parseFromFile(file: File): Try[JValue]
Inherited from
SupportParser
def parseFromPath(path: String): Try[JValue]
Inherited from
SupportParser
def parseFromString(s: String): Try[JValue]
Inherited from
SupportParser
def parseUnsafe(s: String): JValue
Inherited from
SupportParser

Implicits

Implicits

implicit
val facade: Facade[JValue]