genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

[Task]: add new testdata

This commit is contained in:
mlabusch 2017-05-05 09:10:17 +02:00
parent b73a20567a
commit f99b643d7d
7 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1,4 @@
{ {
"id": 1, "id": 1,
"title": "Apfel" "title": "Appel"
} }

View File

@ -1,4 +1,4 @@
{ {
"id": 2, "id": 2,
"title": "Birne" "title": "Pear"
} }

View File

@ -1,4 +1,4 @@
{ {
"id": 3, "id": 3,
"title": "Erdbeere" "title": "Strawberry"
} }

View File

@ -0,0 +1,4 @@
{
"id": 4,
"title": "Blueberry"
}

View File

@ -0,0 +1,4 @@
{
"id": 5,
"title": "Kaki"
}

View File

@ -0,0 +1,4 @@
{
"id": 6,
"title": "Kiwi"
}

View File

@ -1,5 +1,8 @@
[ [
{"id":1, "title": "Apfel"}, {"id":1, "title": "Apel"},
{"id":2, "title": "Birne"}, {"id":2, "title": "Pear"},
{"id":3, "title": "Erdbeere"} {"id":3, "title": "Strawberry"},
{"id":4, "title": "Blueberry"},
{"id":5, "title": "Kaki"},
{"id":6, "title": "Kiwi"}
] ]