Validates that the string is valid JSON.
Validator json({String? message}) { _rules.add(JsonRule(message ?? _messages.json)); return this; }