fix(sfn): can't override toStateJson() from other languages by RomainMuller · Pull Request #24593 · aws/aws-cdk

If any part of a state's JSON representation is null, that value will be replaced by undefined when jsii sends data to the other language, resulting in a change of semantics. Multi-language API...