Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JSONDelta

Hierarchy

  • JSONDelta

Index

Methods

hasChanges

  • hasChanges(): boolean
  • Returns boolean

    true if this delta has an effect

inserted

  • Returns ChangeMap

    the removed parts. The JSON Pointer references used for the keys are relative to second JSON value.

removed

  • Returns ChangeMap

    the removed parts. The JSON Pointer references used for the keys are relative to first JSON value.