Skip to content
Snippets Groups Projects

Fixed JSON validation, which was not taking order into account

Merged Sebastien Ponce requested to merge sponce_fixJSONValidation into master
  1. Oct 10, 2023
    • Sebastien Ponce's avatar
      Fixed JSON validation, which was not taking order into account · a107e474
      Sebastien Ponce authored
      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
      a107e474
Loading