/JSONPatch.js

A class allowing the application of JSON Patch Documents corresponding to: draft-pbryan-json-patch-04 http://tools.ietf.org/html/draft-pbryan-json-patch-04 with the addition of 'value' in 'remove' operation and 'replacedValue' in 'replace' operation. These additions allow for both forward and reverse JSON patching.