JsonReader

@implicitNotFound(msg = "Cannot find JsonReader or JsonFormat type class for ${A}")
trait JsonReader[A]

Provides the JSON deserialization for type A.

class Object
trait Matchable
class Any

Value members

Abstract methods

def read[J](jsOpt: Option[J], unbuilder: Unbuilder[J]): A