Expand description
Flexible value types with metadata.
Structs§
- Flex
Value - A flexible value that wraps a JSON value with parsing metadata.
Enums§
- JsonFix
- Types of JSON fixes that can be applied.
- Source
- Information about how a value was parsed.
- Transformation
- Transformations applied during parsing or deserialization.
Constants§
- CONFIDENCE_
PENALTY_ FACTOR - Confidence reduction factor applied for each transformation. Each transformation multiplies confidence by this value (0.95 = 5% reduction).