Packages

p

zio

json

package json

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. JsonPackagePlatformSpecific
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class JsonDeriveConfig extends AnyRef

    Define a config for derivation macro

  2. macro class jsonDerive extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly("macro annotation could not be expanded (since these are experimental, you must enable them with -Ymacro-annotations)")

Value Members

  1. def readJsonAs(url: URL): ZStream[Any, Throwable, Json]
    Definition Classes
    JsonPackagePlatformSpecific
  2. def readJsonAs(path: String): ZStream[Any, Throwable, Json]
    Definition Classes
    JsonPackagePlatformSpecific
  3. def readJsonAs(path: Path): ZStream[Any, Throwable, Json]
    Definition Classes
    JsonPackagePlatformSpecific
  4. def readJsonAs(file: File): ZStream[Any, Throwable, Json]
    Definition Classes
    JsonPackagePlatformSpecific
  5. def readJsonLinesAs[A](url: URL)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
    Definition Classes
    JsonPackagePlatformSpecific
  6. def readJsonLinesAs[A](path: String)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
    Definition Classes
    JsonPackagePlatformSpecific
  7. def readJsonLinesAs[A](path: Path)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
    Definition Classes
    JsonPackagePlatformSpecific
  8. def readJsonLinesAs[A](file: File)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
    Definition Classes
    JsonPackagePlatformSpecific
  9. def writeJsonLines[R](path: String, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
    Definition Classes
    JsonPackagePlatformSpecific
  10. def writeJsonLines[R](path: Path, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
    Definition Classes
    JsonPackagePlatformSpecific
  11. def writeJsonLines[R](file: File, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
    Definition Classes
    JsonPackagePlatformSpecific
  12. def writeJsonLinesAs[R, A](path: String, stream: ZStream[R, Throwable, A])(implicit arg0: JsonEncoder[A]): RIO[R, Unit]
    Definition Classes
    JsonPackagePlatformSpecific
  13. def writeJsonLinesAs[R, A](path: Path, stream: ZStream[R, Throwable, A])(implicit arg0: JsonEncoder[A]): RIO[R, Unit]
    Definition Classes
    JsonPackagePlatformSpecific
  14. def writeJsonLinesAs[R, A](file: File, stream: ZStream[R, Throwable, A])(implicit arg0: JsonEncoder[A]): RIO[R, Unit]
    Definition Classes
    JsonPackagePlatformSpecific
  15. object JsonDeriveConfig

Inherited from AnyRef

Inherited from Any

Ungrouped