x8
x8 copied to clipboard
Search for parameters in unordered JSON responses
In rare cases, a server can return a JSON body with a new order of parameters for every request. The tool fails to properly compare such responses.
I'll add a temporary solution that sorts the json fields when necessary, but in long term the tool should traverse the full json tree and compare its fields on its own.