Parser

fabric.io.Parser
trait Parser

Attributes

Source:
Parser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JsonParser.type

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
Parser.scala

Concrete methods

final def apply(source: Source, format: Format): Json

Attributes

Source:
Parser.scala
final def apply(content: Array[Byte], format: Format): Json

Attributes

Source:
Parser.scala