Skip to content

Instantly share code, notes, and snippets.

@teddychan
Created February 27, 2015 09:02
Show Gist options
  • Save teddychan/c3074b381fc2c2c770d3 to your computer and use it in GitHub Desktop.
Save teddychan/c3074b381fc2c2c770d3 to your computer and use it in GitHub Desktop.
var may = {
'orange': 1,
'apple': 2
};
var john = {
'lemon': 2,
'apple': 1
};
var i_want = {
'lemon': {
'john': 2
},
'apple': {
'john': 2,
'may': 2
},
'orange': {
'may': 1
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment