JsonReader

grapple.json.JsonReader
See theJsonReader companion trait
object JsonReader

Provides JSON reader factory.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonReader.type

Members list

Value members

Concrete methods

def apply(input: Reader): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes

def apply(input: String): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes

def apply(input: Array[Byte]): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes

def apply(input: Array[Byte], offset: Int, length: Int): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes

def apply(input: InputStream): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes

def apply(input: File): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes

def apply(input: Path): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

Attributes