Other than yaml, json & xml-- are there any other schema-less serialization *data exchange* formats?
protobuf appears to require a handwritten schema for each object you want to serialize (I think?)
Amazon Ion looks promising: https://github.com/amzn/ion-python
Post
January 30, 2022