io.fintrospect.formats

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonFormat[ROOT_NODETYPE, NODETYPE] extends AnyRef

    Capability to create and parse JSON message formats in a generic way.

  2. trait JsonLibrary[R, N] extends AnyRef

    Defines a supported JSON library format (e.

Value Members

  1. object Argo extends JsonLibrary[JsonRootNode, JsonNode]

    Argo JSON support (application/json content type)

  2. object Argonaut extends JsonLibrary[Json, Json]

    Argonaut JSON support (application/json content type)

  3. object Circe extends JsonLibrary[Json, Json]

    Circe JSON support (application/json content type)

  4. object Gson extends JsonLibrary[JsonElement, JsonElement]

    GSON JSON support (application/json content type)

  5. object Json4s

    Json4S support (application/json content type)

  6. object JsonFormat

  7. object Play extends JsonLibrary[JsValue, JsValue]

    Play JSON support (application/json content type)

  8. object Spray extends JsonLibrary[JsValue, JsValue]

    Argo JSON support (application/json content type)

Ungrouped