Get the String value of this JSON value, or null if other type.
String? get asStringOrNull => value is String ? value as String : null;