ePages 7.17.0 - DE_EPAGES/WebService/API/JSONPatch.pm

Package DE_EPAGES::WebService::API::JSONPatch

Handles JSON patch objects. Inherit from this class to create your custom patch handler. (for further details see RFC 6902: https://tools.ietf.org/html/rfc6902)

Functions

new
patch

new

Constructor

Syntax
new( );
Return
$self (DE_EPAGES::WebService::API::JSONPatch)
self

patch

Executes a patch operation

Syntax
patch( $hPatchOperation );
Input
$hPatchOperation (ref_hash)
patch operation regarding RFC 6902
Return
(refhash)
Patch result