ion-cli
ion-cli copied to clipboard
Add support for variably occurring types in code generation
Currently variably occurring types are not fully supported in code generation. Process occurs field and validate while reading the data using the value of occurs constraint.
Java currently only supports optional and required. (Does not support an occurs range)
Rust does not support variably occurring type at all.