Constructor for the JSON validator.
const JsonValidator({ /// {@macro base_validator_error_text} super.errorText, /// {@macro base_validator_null_check} super.checkNullOrEmpty, });