Json Equality Evaluator.
Evaluate whether the prediction is equal to the reference after parsing both as JSON.
This evaluator checks if the prediction, after parsing as JSON, is equal to the reference, which is also parsed as JSON. It does not require an input string.
| Name | Type | Description |
|---|---|---|
operator | Callable | None | Default: NoneA custom operator to compare the parsed JSON objects.
Defaults to equality ( |
| Name | Type |
|---|---|
| operator | Callable | None |