json-joy
    Preparing search index...

    Module json-patch

    json-patch

    JSON Joy json-patch library implements various JSON mutation operations. In particular it implements:

    JSON Patch

    OpAdd
    OpCopy
    OpMove
    OpRemove
    OpReplace
    OpTest
    OperationAdd
    OperationCopy
    OperationMove
    OperationRemove
    OperationReplace
    OperationTest

    JSON Patch Extended

    OpExtend
    OpFlip
    OpInc
    OpMerge
    OpSplit
    OpStrDel
    OpStrIns
    OpTestString
    OpTestStringLen
    OperationExtend
    OperationFlip
    OperationInc
    OperationMerge
    OperationSplit
    OperationStrDel
    OperationStrDel1
    OperationStrDel2
    OperationStrIns
    OperationTestString
    OperationTestStringLen
    OperationTestType

    JSON Predicate

    OpAnd
    OpContains
    OpDefined
    OpEnds
    OpIn
    OpLess
    OpMatches
    OpMore
    OpNot
    OpOr
    OpStarts
    OpTest
    OpTestType
    OpType
    OpUndefined
    OperationAnd
    OperationContains
    OperationDefined
    OperationEnds
    OperationIn
    OperationLess
    OperationMatches
    OperationMore
    OperationNot
    OperationOr
    OperationStarts
    OperationType
    OperationUndefined

    Other

    JsonPatchOptions
    OperationBase
    AdditionalPredicateOpType
    CreateRegexMatcher
    FirstOrderPredicateOperation
    FirstOrderPredicateOpType
    JsonPatchExtendedOperation
    JsonPatchExtendedOpType
    JsonPatchOperation
    JsonPatchOpType
    JsonPatchTypes
    JsTypes
    Operation
    PredicateOperation
    PredicateOpType
    RegexMatcher
    SecondOrderPredicateOperation
    SecondOrderPredicateOpType
    applyOp
    applyOps
    applyPatch
    validateOperation
    validateOperations
    validatePredicateOperation