JsonParser

trait Parser
class Object
trait Matchable
class Any

Value members

Concrete methods

override def parsers: List[FormatParser]
Definition Classes

Inherited methods

override def apply(content: String, format: Format): Json
Definition Classes
Inherited from:
MultiFormatParser
final def apply(content: Array[Byte], format: Format): Json
Inherited from:
Parser
final def apply(source: Source, format: Format): Json
Inherited from:
Parser