Skip to content
Snippets Groups Projects
Commit a107e474 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed JSON validation, which was not taking order into account

More precisely, json data come from the JSONSink and this produces a list of non ordered items, one may call it a set.
Unfortunately JSON does not have such a concept so an ordered list is produced and the validator was naturally checking that the order was correct
parent b608885e
No related branches found
No related tags found
1 merge request!1496Fixed JSON validation, which was not taking order into account
Pipeline #6317700 passed