Last active
April 24, 2018 19:47
-
-
Save rtio/dddbeeaea15d2f9aa157a491e754ad82 to your computer and use it in GitHub Desktop.
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
| { | |
| "name": "Rafael Meneses", | |
| "email": "[email protected]", | |
| "country": "Brazil", | |
| "zip_code": "55544", | |
| "pets": [ | |
| { | |
| "name": "Ryley", | |
| "policy_number": "WAG6053240", | |
| "pet_type": "Dog", | |
| "birth_date": "2016-06-06", | |
| "gender": "Female", | |
| "breed_code": "3JQT45O8", | |
| "breed_name": "Bernese Mountain Dog" | |
| }, | |
| { | |
| "name": "Ryker", | |
| "policy_number": "WAG6053239", | |
| "pet_type": "Dog", | |
| "birth_date": "2016-06-06", | |
| "gender": "Male", | |
| "breed_code": "3JQT45O8", | |
| "breed_name": "Bernese Mountain Dog" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment