JsonPackagePlatformSpecific

class Object
trait Matchable
class Any

Value members

Concrete methods

def readJsonAs(file: File): ZStream[Blocking, Throwable, Json]
def readJsonAs(path: Path): ZStream[Blocking, Throwable, Json]
def readJsonAs(path: String): ZStream[Blocking, Throwable, Json]
def readJsonAs(url: URL): ZStream[Blocking, Throwable, Json]
def readJsonLinesAs[A](file: File)(implicit evidence$1: JsonDecoder[A]): ZStream[Blocking, Throwable, A]
def readJsonLinesAs[A](path: Path)(implicit evidence$2: JsonDecoder[A]): ZStream[Blocking, Throwable, A]
def readJsonLinesAs[A](path: String)(implicit evidence$3: JsonDecoder[A]): ZStream[Blocking, Throwable, A]
def readJsonLinesAs[A](url: URL)(implicit evidence$4: JsonDecoder[A]): ZStream[Blocking, Throwable, A]
def writeJsonLines[R <: Blocking](file: File, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
def writeJsonLines[R <: Blocking](path: Path, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
def writeJsonLines[R <: Blocking](path: String, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
def writeJsonLinesAs[R <: Blocking, A](file: File, stream: ZStream[R, Throwable, A])(implicit evidence$5: JsonEncoder[A]): RIO[R, Unit]
def writeJsonLinesAs[R <: Blocking, A](path: Path, stream: ZStream[R, Throwable, A])(implicit evidence$6: JsonEncoder[A]): RIO[R, Unit]
def writeJsonLinesAs[R <: Blocking, A](path: String, stream: ZStream[R, Throwable, A])(implicit evidence$7: JsonEncoder[A]): RIO[R, Unit]