Open vayaszsolt opened 4 years ago
I have a usecase where is required to assert two json object which has an array among others fields. As the documentation says the JSONCompareMode.Lenient can apply only for objects. Somebody is aware about a custom comparator that is handling my usecase?
Can you please share your usecase that will cause the error? Thank you!
I will try to work on this.
Hey @vayaszsolt, @LightingTom and @AishiHuangUIUC,
were you able to solve this? I am currently having the exact same usecase.
I have a usecase where is required to assert two json object which has an array among others fields. As the documentation says the JSONCompareMode.Lenient can apply only for objects. Somebody is aware about a custom comparator that is handling my usecase?