Guest User

Untitled

a guest
Oct 9th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [
  2. {'email':'test@gmail.com', 'name':'abc'},
  3. {'email':'test1@gmail.com', 'name':'bbc'},
  4. {'email':'test2@gmail.com', 'name':'aaa'},
  5. {'email':'test3@gmail.com', 'name':'cba'},
  6. {'email':'test3@gmail.com', 'name':'cab'},
  7. ]
  8.  
  9. [
  10. "a" : [{'email':'test@gmail.com', 'name':'aaa'},{'email':'test2@gmail.com', 'name':'abc'}],
  11. "b" : [{'email':'test1@gmail.com', 'name':'bbc'}],
  12. "c" : [{'email':'test3@gmail.com', 'name':'cab'},{'email':'test3@gmail.com', 'name':'cba'}]
  13. ]
Add Comment
Please, Sign In to add comment