Amazon Ion is a serialization format that is a superset of JSON, with both binary and text representations. It has features such as comments, trailing commas, and unquoted keys in its text format, and is compact and fast to parse in its binary format. The format is self-describing and does not require a schema. Ion's data model is designed to be flexible and efficient, with features such as length-prefixed fields and a symbol table.