Advertisement
gonzalob

Untitled

Jun 7th, 2021
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. {
  2.     "_id": "5efe8070d2a4fcf8e97fd27b",
  3.     "age": 31,
  4.     "guid": "1bf8b026-89e9-476c-b755-8f6901b99520",
  5.     "email": "cohen.ellison@undefined.io",
  6.     "phone": "+54 223 (863) 438-3528",
  7.     "balance": "$3,525.84",
  8.     "eyeColor": "brown",
  9.     "isActive": true,
  10.     "position": "curador",
  11.     "amigos": [
  12.    
  13.     {
  14.       "name": "Paul",
  15.       "instrumentos": [
  16.      
  17.                         "guitara","bajo","piano"
  18.                     ]
  19.      },
  20.        
  21.         {
  22.       "name": "Ringo",
  23.        "instrumentos": [
  24.      
  25.                         "bateria","pandereta"
  26.                     ]
  27.      
  28.     },
  29.        
  30.         {
  31.       "name": "George",
  32.        "instrumentos": [
  33.      
  34.                         "bajo"
  35.                     ]
  36.     },
  37.        
  38.         {
  39.       "name": "John",
  40.        "instrumentos": [
  41.      
  42.                         "guitara"
  43.                     ]
  44.     }
  45.        
  46.    
  47.    
  48.     ]
  49.    
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement