Last active
August 28, 2018 01:25
-
-
Save Horaddrim/a1af63d5da6d4aa54c81118a2e8e2444 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
| const ricks = [ | |
| { | |
| "name": "Rick Sanchez", | |
| "dimension": "C-137", | |
| "family": [ | |
| { | |
| name: "Morty Smith", | |
| age: 14, | |
| }, | |
| { | |
| name: "Beth Sanchez", | |
| age: 30, | |
| }, | |
| { | |
| name: "Jerry Smith", | |
| age: 30, | |
| }, | |
| { | |
| name: "Summer Smith", | |
| age: 17, | |
| } | |
| ], | |
| }, | |
| { | |
| "name": "Rick Sanchez", | |
| "dimension": "j19ζ7", | |
| family: [], | |
| }, | |
| { | |
| "name": "Rick Sanchez", | |
| "dimension": "C-500", | |
| "family": [ | |
| { | |
| name: "Morty Smith", | |
| age: 14, | |
| }, | |
| { | |
| name: "Beth Sanchez", | |
| age: 30, | |
| }, | |
| { | |
| name: "Jerry Smith", | |
| age: 30, | |
| }, | |
| { | |
| name: "Summer Smith", | |
| age: 17, | |
| } | |
| ], | |
| }, | |
| { | |
| "name": "Rick Sanchez", | |
| "dimension": "G1047-3", | |
| "family": [ | |
| { | |
| name: "Morty Smith", | |
| age: 14, | |
| }, | |
| { | |
| name: "Beth Sanchez", | |
| age: 30, | |
| }, | |
| { | |
| name: "Jerry Smith", | |
| age: 30, | |
| }, | |
| { | |
| name: "Summer Smith", | |
| age: 17, | |
| } | |
| ], | |
| } | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment