An implementation of JSON patch in Ruby. http://tools.ietf.org/html/draft-pbryan-json-patch-01 Utilities for applying JSON patches to arbitary objects. To participate in the patch protocol, classes can implement #apply_patch
Travis Vachon
gem "json_patch", "~> 0.2.1"