implicit object MapJsonFormat extends JsonFormat[Map[String, Any]]

Linear Supertypes
JsonFormat[Map[String, Any]], JsonWriter[Map[String, Any]], JsonReader[Map[String, Any]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapJsonFormat
  2. JsonFormat
  3. JsonWriter
  4. JsonReader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def read(value: JsValue): Map[String, Any]
    Definition Classes
    MapJsonFormat → JsonReader
  2. def write(m: Map[String, Any]): JsValue
    Definition Classes
    MapJsonFormat → JsonWriter