Skip to content

Multiple elements JSON matching #35

@piotrjura

Description

@piotrjura

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions