MultiFormatParser

trait Parser
class Object
trait Matchable
class Any
object JsonParser.type

Value members

Abstract methods

Concrete methods

override def apply(content: String, format: Format): Json
Definition Classes

Inherited methods

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