-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Given I have a JSON response witch returns an array of 10 elements, like:
[
{
"id": 1,
"name": "Posiłek @integer@",
"date": @string@
},
{
"id": 2,
"name": "Posiłek @integer@",
"date": @string@
},
{
"id": 3,
"name": "Posiłek @integer@",
"date": @string@
},
@repeat@
]
I'd like to point somehow that there's one unique pattern which should be matched 10 times in JSON response, becouse array has 10 items. Are you thinking about such feature?