pub fn parse_decimal(data: &Value, key: &str) -> Option<Decimal>
Parse a Decimal value from JSON (supports both string and number formats).
Decimal
Empty strings are treated as None.
None