JsonParser

Json provides convenience functionality to parse and format JSON to/from fabric Values

trait Parser
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(file: File, format: Format): Json
def apply(path: Path, format: Format): Json
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(source: Source, format: Format): Json
Inherited from:
Parser