Parser

sjsonnew.support.scalajson.unsafe.Parser$
object Parser extends SupportParser[JValue]

Attributes

Graph
Supertypes
trait SupportParser[JValue]
class Object
trait Matchable
class Any
Self type
Parser.type

Members list

Value members

Inherited methods

def async(mode: Mode): AsyncParser[J]

Attributes

Inherited from:
SupportParser
def parseFromByteArray(src: Array[Byte]): Try[J]

Attributes

Inherited from:
SupportParser
def parseFromByteBuffer(buf: ByteBuffer): Try[J]

Attributes

Inherited from:
SupportParser
def parseFromChannel(ch: ReadableByteChannel): Try[J]

Attributes

Inherited from:
SupportParser
def parseFromCharSequence(cs: CharSequence): Try[J]

Attributes

Inherited from:
SupportParser
def parseFromFile(file: File): Try[J]

Attributes

Inherited from:
SupportParser
def parseFromPath(path: String): Try[J]

Attributes

Inherited from:
SupportParser
def parseFromString(s: String): Try[J]

Attributes

Inherited from:
SupportParser
def parseUnsafe(s: String): J

Attributes

Inherited from:
SupportParser

Implicits

Implicits

implicit val facade: Facade[JValue]