Package

diffson

Permalink

package diffson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. diffson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Diff[Json, P] extends AnyRef

    Permalink
  2. implicit final class DiffOps[Json] extends AnyVal

    Permalink
  3. trait Jsony[Json] extends Eq[Json] with Show[Json]

    Permalink

    Type-class that describes what is needed for an object to be able to be diffed as a json like object.

  4. trait Patch[F[_], Json, P] extends AnyRef

    Permalink
  5. case class PatchException(msg: String) extends Exception with Product with Serializable

    Permalink
  6. implicit final class PatchOps[P] extends AnyVal

    Permalink
  7. class PointerException extends Exception

    Permalink

Value Members

  1. object JsArray

    Permalink
  2. object JsObject

    Permalink
  3. def diff[Json, P](json1: Json, json2: Json)(implicit Diff: Diff[Json, P]): P

    Permalink
  4. package jsonmergepatch

    Permalink
  5. package jsonpatch

    Permalink
  6. package jsonpointer

    Permalink
  7. package lcs

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped