amazon-ion / ion-cli

Apache License 2.0
31 stars 15 forks source link

Add support for writing SExpressions #105

Closed desaikd closed 3 months ago

desaikd commented 4 months ago

Currently, code generation doesn't support writing SExpression instead it writes it as Ion List. This can be modified to keep track of specified ISL type from schema and write accordingly.

desaikd commented 3 months ago

Completed with #107