I have two JSON objects here, generated through the Google Search API. The URL\'s of these objects can be found below.
http://ajax.googleapis.com/ajax/services/searc
With Jquery you could do this!
a = $.extend({a:1}, {b:2}); result: Object { a=1, b=2}
http://api.jquery.com/jQuery.extend/