JsonKeyReader

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

A typeclass for converting strings to values of type A, used for decoding instances of Map[A, ?].

class Object
trait Matchable
class Any
trait JsonKeyFormat[A]

Value members

Abstract methods

def read(key: String): A