JsonKeyWriter

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

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

class Object
trait Matchable
class Any
trait JsonKeyFormat[A]

Value members

Abstract methods

def write(key: A): String