JsonKeyFormat

trait JsonKeyFormat[A] extends JsonKeyWriter[A] with JsonKeyReader[A]

A typeclasses for encoding and decoding instances of Map[A, ?].

Companion
object
trait JsonKeyReader[A]
trait JsonKeyWriter[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def read(key: String): A
Inherited from
JsonKeyReader
def write(key: A): String
Inherited from
JsonKeyWriter