object-inject
Inject a new object into an existing one at a certain position.
Example
var objectInject = ; var original = created: modified: name: 'Test!' status: 'active'; var injectThis = info: created_by: 'me' modified_by: 'you' ; var newObject = ;