We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be08698 commit fe8b384Copy full SHA for fe8b384
server-mock/mock-data/data.json
@@ -1,19 +1,26 @@
1
{
2
- "authors": [
3
- {
4
- "id": 1,
5
- "name": "Laika",
6
- "lastName": "Dog",
7
- "birthDate": "date"
8
- }
9
- ],
10
- "books": [
11
12
13
- "title": "bone",
14
- "author": "Laika",
15
- "genre": "comedy",
16
- "read": true
17
18
- ]
+ "authors": [
+ {
+ "id": 1,
+ "name": "Laika",
+ "lastName": "Dog",
+ "birthDate": "date"
+ }
+ ],
+ "books": [
+ "title": "bone",
+ "author": "Laika",
+ "genre": "comedy",
+ "read": true
+ },
19
+ "title": "Lord of flies",
20
+ "author": "William Goldwing",
21
+ "genre": "Drama",
22
+ "read": "on",
23
+ "id": 2
24
25
+ ]
26
}
0 commit comments