Crate cmp_json

Source
Expand description

A set of functions that simplifies comparison between two JSON objects.

Functionsยง

cmp_expected
A compare function between two JSON Values. Compare returns a boolean true or false if the Valus are equal. Takes the exp argument as the base of the comparison.