Module value

Module value 

Source
Expand description

Flexible value types with metadata.

Structs§

FlexValue
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).