-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-cases: RMLTTC0000: add resource
- Loading branch information
1 parent
d72c15a
commit 3678a9c
Showing
1 changed file
with
27 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"id": 0, | ||
"name": "Monica Geller", | ||
"age": 33 | ||
}, | ||
{ | ||
"id": 1, | ||
"name": "Rachel Green", | ||
"age": 34 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Joey Tribbiani", | ||
"age": 35 | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "Chandler Bing", | ||
"age": 36 | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Ross Geller", | ||
"age": 37 | ||
} | ||
] |