Validates that the string is valid JSON.
static Validator json({String? message}) => Validator._()..json(message: message);