Created
          October 2, 2019 10:14 
        
      - 
      
- 
        Save olopsman/a974318014cb68fac12fb2ba7fcddf90 to your computer and use it in GitHub Desktop. 
    JSON Person payload
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | [ | |
| { | |
| "_id": "1", | |
| "name": "paulo", | |
| "age": 42, | |
| "car": { | |
| "model": "outlander", | |
| "year": "2016" | |
| }, | |
| "kids": [ | |
| "penny", | |
| "padma", | |
| "amber", | |
| "pauline" | |
| ] | |
| }, | |
| { | |
| "_id": "2", | |
| "name": "tin", | |
| "age": 40, | |
| "car": { | |
| "model": "crv", | |
| "year": "2004" | |
| }, | |
| "kids": [ | |
| "mary", | |
| "sophie", | |
| "patrice", | |
| "laeticia" | |
| ] | |
| } | |
| ] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment