pub fn validate_value(value: &Value<'_>) -> Option<&'static str>Expand description
Validates a single value (independent of property context).
This checks value-level constraints like:
- NaN not allowed in floats
- Point bounds
- Decimal normalization
- Position string format