Javascript implementation notes

The Javascript implementation provides an object JSON_delta that encapsulates the principal functions (use JSON_delta.patch and JSON_delta.diff). JSON-format diffs and patches are supported, and the diffs can be made compact (set the minimal parm to JSON_delta.diff to true). Udiffs and upatching are not yet supported: email me if you’d like to see them!