Last active
December 9, 2020 18:28
-
-
Save pankajpatel/5e65a3bf418c8de426b2a97bbd2b67aa to your computer and use it in GitHub Desktop.
Generated at https://next.json-generator.com/N1Tiw308M
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const users = require('./users'); | |
const data = users.reduce((U, _u) => { | |
const u = Object.assign({}, _u); | |
u.friends = u.friends.reduce((F, f) => { | |
if (users[f] && F.indexOf(f) < 0) { | |
F.push(users[f].id); | |
} | |
return F; | |
}, []); | |
U[u.id] = u; | |
return U; | |
}, {}); | |
console.log(JSON.stringify(data, null, 2)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"5a826fdf27256fa9ba444cd4": { | |
"id": "5a826fdf27256fa9ba444cd4", | |
"email": "[email protected]", | |
"fullName": "Nancy Palmer", | |
"name": { | |
"last": "Palmer", | |
"first": "Nancy" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf50f698c2d9c492ca", | |
"5a826fdf40b7d805ca2d6e75", | |
"5a826fdf066dca8b5f7d127a", | |
"5a826fdf27256fa9ba444cd4", | |
"5a826fdf6f0122089221a930", | |
"5a826fdf50f698c2d9c492ca", | |
"5a826fdf6f0122089221a930", | |
"5a826fdf40b7d805ca2d6e75" | |
] | |
}, | |
"5a826fdfc3cdf1690c71e00f": { | |
"id": "5a826fdfc3cdf1690c71e00f", | |
"email": "[email protected]", | |
"fullName": "Rebekah Hernandez", | |
"name": { | |
"last": "Hernandez", | |
"first": "Rebekah" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf40b7d805ca2d6e75", | |
"5a826fdf40b7d805ca2d6e75", | |
"5a826fdf27256fa9ba444cd4", | |
"5a826fdf6f0122089221a930", | |
"5a826fdf2edf272683abe3ca", | |
"5a826fdf50f698c2d9c492ca", | |
"5a826fdf6f0122089221a930", | |
"5a826fdf6f0122089221a930", | |
"5a826fdf066dca8b5f7d127a" | |
] | |
}, | |
"5a826fdf9856ad6503d728d5": { | |
"id": "5a826fdf9856ad6503d728d5", | |
"email": "[email protected]", | |
"fullName": "Stanton Hansen", | |
"name": { | |
"last": "Hansen", | |
"first": "Stanton" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf0d054a6fab7bb067", | |
"5a826fdf50f698c2d9c492ca", | |
"5a826fdf0d054a6fab7bb067" | |
] | |
}, | |
"5a826fdf0d054a6fab7bb067": { | |
"id": "5a826fdf0d054a6fab7bb067", | |
"email": "[email protected]", | |
"fullName": "Barr Wolf", | |
"name": { | |
"last": "Wolf", | |
"first": "Barr" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf40b7d805ca2d6e75", | |
"5a826fdf40b7d805ca2d6e75" | |
] | |
}, | |
"5a826fdf50f698c2d9c492ca": { | |
"id": "5a826fdf50f698c2d9c492ca", | |
"email": "[email protected]", | |
"fullName": "Hayden Smith", | |
"name": { | |
"last": "Smith", | |
"first": "Hayden" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf50f698c2d9c492ca", | |
"5a826fdfc3cdf1690c71e00f", | |
"5a826fdf2edf272683abe3ca", | |
"5a826fdf066dca8b5f7d127a", | |
"5a826fdf6f0122089221a930" | |
] | |
}, | |
"5a826fdf066dca8b5f7d127a": { | |
"id": "5a826fdf066dca8b5f7d127a", | |
"email": "[email protected]", | |
"fullName": "Russell Sims", | |
"name": { | |
"last": "Sims", | |
"first": "Russell" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf9856ad6503d728d5", | |
"5a826fdf2edf272683abe3ca", | |
"5a826fdf066dca8b5f7d127a", | |
"5a826fdf066dca8b5f7d127a", | |
"5a826fdfc3cdf1690c71e00f", | |
"5a826fdf50f698c2d9c492ca" | |
] | |
}, | |
"5a826fdfa4c1ca0d27881218": { | |
"id": "5a826fdfa4c1ca0d27881218", | |
"email": "[email protected]", | |
"fullName": "Hazel Rodriguez", | |
"name": { | |
"last": "Rodriguez", | |
"first": "Hazel" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf27256fa9ba444cd4", | |
"5a826fdf066dca8b5f7d127a", | |
"5a826fdf9856ad6503d728d5", | |
"5a826fdfa4c1ca0d27881218", | |
"5a826fdfc3cdf1690c71e00f", | |
"5a826fdf27256fa9ba444cd4", | |
"5a826fdf0d054a6fab7bb067", | |
"5a826fdf50f698c2d9c492ca" | |
] | |
}, | |
"5a826fdf40b7d805ca2d6e75": { | |
"id": "5a826fdf40b7d805ca2d6e75", | |
"email": "[email protected]", | |
"fullName": "Kent Clemons", | |
"name": { | |
"last": "Clemons", | |
"first": "Kent" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdfc3cdf1690c71e00f", | |
"5a826fdf27256fa9ba444cd4", | |
"5a826fdf6f0122089221a930", | |
"5a826fdf0d054a6fab7bb067", | |
"5a826fdf066dca8b5f7d127a" | |
] | |
}, | |
"5a826fdf2edf272683abe3ca": { | |
"id": "5a826fdf2edf272683abe3ca", | |
"email": "[email protected]", | |
"fullName": "Hughes Mcguire", | |
"name": { | |
"last": "Mcguire", | |
"first": "Hughes" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdfc3cdf1690c71e00f" | |
] | |
}, | |
"5a826fdf6f0122089221a930": { | |
"id": "5a826fdf6f0122089221a930", | |
"email": "[email protected]", | |
"fullName": "Maxine Bird", | |
"name": { | |
"last": "Bird", | |
"first": "Maxine" | |
}, | |
"picture": "http://placehold.it/32x32", | |
"friends": [ | |
"5a826fdf27256fa9ba444cd4", | |
"5a826fdf2edf272683abe3ca" | |
] | |
} | |
} |
Author
pankajpatel
commented
Feb 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment