package json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
Type Members
- type Codec[Dec, A, Enc] = ContextualCodec[Dec, A, Enc, Any]
- type JAnyCodec[A] = ContextualCodec[JAny, A, JAny, Any]
- type JAnyContextualCodec[A, Context] = ContextualCodec[JAny, A, JAny, Context]
- type JArrayCodec[A] = ContextualCodec[JArray, A, JArray, Any]
- type JArrayContextualCodec[A, Context] = ContextualCodec[JArray, A, JArray, Context]
- type JNumberCodec[A] = ContextualCodec[JNumber, A, JNumber, Any]
- type JNumberContextualCodec[A, Context] = ContextualCodec[JNumber, A, JNumber, Context]
- type JObjectCodec[A] = ContextualCodec[JObject, A, JObject, Any]
- type JObjectContextualCodec[A, Context] = ContextualCodec[JObject, A, JObject, Context]
- type JStringCodec[A] = ContextualCodec[JString, A, JString, Any]
- type JStringContextualCodec[A, Context] = ContextualCodec[JString, A, JString, Context]
Value Members
- def noneIfEmpty[A <: Traversable[_]](a: A): Option[A]
- def parse(text: Stream[Char], source: Option[String]): ParseResult[JAny]
- def validIfEmpty[E, A](errors: Iterable[E], b: => A): ValidatedNec[E, A]
- object Performance