JsonReader

object JsonReader

Provides JSON reader factory.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(text: String): JsonReader

Creates JSON reader from text.

Creates JSON reader from text.

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

Creates JSON reader from bytes.

Creates JSON reader from bytes.

def apply(input: Reader): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

def apply(input: InputStream): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

def apply(input: File): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.

def apply(input: Path): JsonReader

Creates JSON reader from input.

Creates JSON reader from input.