Skip to main content

serialize_feature_flags_programmatic_json

Function serialize_feature_flags_programmatic_json 

Source
pub fn serialize_feature_flags_programmatic_json(
    output: FeatureFlagsProgrammaticOutput,
) -> Result<Value, ProgrammaticError>
Expand description

Serialize typed feature-flag output into the JSON compatibility contract.

ยงErrors

Returns a structured error if the output contract cannot be serialized.