Fixed JSON validation, which was not taking order into account
All threads resolved!
All threads resolved!
Compare changes
@@ -1511,6 +1511,11 @@ class JSONOutputValidator:
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