-
-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
152 additions
and
98 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,66 @@ | ||
[{ | ||
"first_name": "Billy", | ||
"last_name": "Goat", | ||
"animal": "goat", | ||
"age": 21, | ||
"gender": "M", | ||
"location": { | ||
"description": "Melbourne Zoo", | ||
"country": "Australia", | ||
"post_code": 3000 | ||
[ | ||
{ | ||
"first_name": "Billy", | ||
"last_name": "Goat", | ||
"animal": "goat", | ||
"age": 21, | ||
"date": "2017-12-04T14:47:18.582Z", | ||
"gender": "M", | ||
"location": { | ||
"description": "Melbourne Zoo", | ||
"country": "Australia", | ||
"post_code": 3000 | ||
}, | ||
"eligibility": { | ||
"available": true, | ||
"previously_married": false | ||
}, | ||
"interests": [ | ||
"walks in the garden/meadow", | ||
"munching on a paddock bomb", | ||
"parkour" | ||
] | ||
}, | ||
"eligibility": { | ||
"available": true, | ||
"previously_married": false | ||
{ | ||
"first_name": "Nanny", | ||
"animal": "goat", | ||
"last_name": "Doe", | ||
"age": 27, | ||
"date": "2017-12-04T14:47:18.582Z", | ||
"gender": "F", | ||
"location": { | ||
"description": "Werribee Zoo", | ||
"country": "Australia", | ||
"post_code": 3000 | ||
}, | ||
"eligibility": { | ||
"available": true, | ||
"previously_married": true | ||
}, | ||
"interests": [ | ||
"walks in the garden/meadow", | ||
"parkour" | ||
] | ||
}, | ||
"interests": [ | ||
"walks in the garden/meadow", | ||
"munching on a paddock bomb", | ||
"parkour" | ||
] | ||
}, | ||
{ | ||
"first_name": "Nanny", | ||
"animal": "goat", | ||
"last_name": "Doe", | ||
"age": 27, | ||
"gender": "F", | ||
"location": { | ||
"description": "Werribee Zoo", | ||
"country": "Australia", | ||
"post_code": 3000 | ||
}, | ||
"eligibility": { | ||
"available": true, | ||
"previously_married": true | ||
}, | ||
"interests": [ | ||
"walks in the garden/meadow", | ||
"parkour" | ||
] | ||
}, | ||
{ | ||
"first_name": "Simba", | ||
"last_name": "Cantwaittobeking", | ||
"animal": "lion", | ||
"age": 4, | ||
"gender": "M", | ||
"location": { | ||
"description": "Werribee Zoo", | ||
"country": "Australia", | ||
"post_code": 3000 | ||
}, | ||
"eligibility": { | ||
"available": true, | ||
"previously_married": true | ||
}, | ||
"interests": [ | ||
"walks in the garden/meadow", | ||
"parkour" | ||
] | ||
}] | ||
{ | ||
"first_name": "Simba", | ||
"last_name": "Cantwaittobeking", | ||
"animal": "lion", | ||
"age": 4, | ||
"date": "2017-12-04T14:47:18.582Z", | ||
"gender": "M", | ||
"location": { | ||
"description": "Werribee Zoo", | ||
"country": "Australia", | ||
"post_code": 3000 | ||
}, | ||
"eligibility": { | ||
"available": true, | ||
"previously_married": true | ||
}, | ||
"interests": [ | ||
"walks in the garden/meadow", | ||
"parkour" | ||
] | ||
} | ||
] |
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
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
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
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