JSON Artisan
A small utility with helper methods intended to provide an interface for complex in-place modification JSON.
I needed a way to make a number of complex changes to CouchDB documents for use in my Couch Recliner library. Using Couch Recliner it was possible to update CouchDB records, however updates are performed completely within the library.
This is intended to facilitate that.