Merge two JSON object in javascript

JSON or JavaScript Object Notation, is a text-based data interchange format. JSON consists of key value pair with comma separated or an array or mixed both of them. Here an example of JSON: [sourcecode lang=”javascript”] var a = {title:’Semurjengkol in the night’, author:’Amir Hamzah’}; [/sourcecode] Variable [cci]a[/cci] is JSON object Read more…