JParser

object JParser extends JParserPlatform
trait JParserPlatform
class Object
trait Matchable
class Any

Value members

Concrete methods

def async(mode: Mode): AsyncParser[JValue]
def parseFromByteBuffer(buf: ByteBuffer): Try[JValue]
def parseFromCharSequence(cs: CharSequence): Try[JValue]
def parseFromString(s: String): Try[JValue]
def parseUnsafe(s: String): JValue

Inherited methods

def parseFromChannel(ch: ReadableByteChannel): Try[JValue]
Inherited from
JParserPlatform
def parseFromFile(file: File): Try[JValue]
Inherited from
JParserPlatform
def parseFromPath(path: String): Try[JValue]
Inherited from
JParserPlatform

Implicits

Implicits

implicit val facade: Facade[JValue]