gnieh

diffson

package diffson

This package contains an implementation of Json JsonPatch, according to [RFC-6902](http://tools.ietf.org/html/rfc6902)

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. diffson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DiffsonException extends Exception

  2. abstract class DiffsonInstance[JsValue] extends JsonDiffSupport[JsValue] with JsonPatchSupport[JsValue] with JsonPointerSupport[JsValue] with JsonSupport[JsValue]

  3. class DynamicProgLcs[T] extends Lcs[T]

    Implementation of the LCS using dynamic programming.

  4. class FormatException extends DiffsonException

  5. trait JsonDiffSupport[JsValue] extends AnyRef

  6. trait JsonPatchSupport[JsValue] extends AnyRef

  7. trait JsonPointerSupport[JsValue] extends AnyRef

  8. trait JsonSupport[JsValue] extends AnyRef

  9. trait Lcs[T] extends AnyRef

    The interface to classes that computes the longest common subsequence between two sequences of elements

  10. class PatchException extends DiffsonException

  11. class Patience[T] extends Lcs[T]

    Implementation of the patience algorithm [1] to compute the longest common subsequence

  12. sealed abstract class Pointer extends AnyRef

    A parsed Json pointer as per RFC-6901.

  13. class PointerException extends DiffsonException

Value Members

  1. object /

  2. object Pointer

Inherited from AnyRef

Inherited from Any

Ungrouped