package json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- JsonPackagePlatformSpecific
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class JsonDeriveConfig extends AnyRef
Define a config for derivation macro
- 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
- def readJsonAs(url: URL): ZStream[Any, Throwable, Json]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonAs(path: String): ZStream[Any, Throwable, Json]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonAs(path: Path): ZStream[Any, Throwable, Json]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonAs(file: File): ZStream[Any, Throwable, Json]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonLinesAs[A](url: URL)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonLinesAs[A](path: String)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonLinesAs[A](path: Path)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
- Definition Classes
- JsonPackagePlatformSpecific
- def readJsonLinesAs[A](file: File)(implicit arg0: JsonDecoder[A]): ZStream[Any, Throwable, A]
- Definition Classes
- JsonPackagePlatformSpecific
- def writeJsonLines[R](path: String, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
- Definition Classes
- JsonPackagePlatformSpecific
- def writeJsonLines[R](path: Path, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
- Definition Classes
- JsonPackagePlatformSpecific
- def writeJsonLines[R](file: File, stream: ZStream[R, Throwable, Json]): RIO[R, Unit]
- Definition Classes
- JsonPackagePlatformSpecific
- def writeJsonLinesAs[R, A](path: String, stream: ZStream[R, Throwable, A])(implicit arg0: JsonEncoder[A]): RIO[R, Unit]
- Definition Classes
- JsonPackagePlatformSpecific
- def writeJsonLinesAs[R, A](path: Path, stream: ZStream[R, Throwable, A])(implicit arg0: JsonEncoder[A]): RIO[R, Unit]
- Definition Classes
- JsonPackagePlatformSpecific
- def writeJsonLinesAs[R, A](file: File, stream: ZStream[R, Throwable, A])(implicit arg0: JsonEncoder[A]): RIO[R, Unit]
- Definition Classes
- JsonPackagePlatformSpecific
- object JsonDeriveConfig