JsonParser

fabric.io.JsonParser$
object JsonParser extends MultiFormatParser

Attributes

Source
JsonParser.scala
Graph
Supertypes
trait Parser
class Object
trait Matchable
class Any
Self type
JsonParser.type

Members list

Value members

Concrete methods

def apply(content: String): Json

Attributes

Source
JsonParser.scala
override def parsers: List[FormatParser]

Attributes

Definition Classes
Source
JsonParser.scala

Inherited methods

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

Attributes

Definition Classes
Inherited from:
MultiFormatParser
Source
MultiFormatParser.scala
final def apply(content: Array[Byte], format: Format): Json

Attributes

Inherited from:
Parser
Source
Parser.scala
final def apply(source: Source, format: Format): Json

Attributes

Inherited from:
Parser
Source
Parser.scala