Ion (serialization format)
| Ion | |
|---|---|
| Filename extension |
.ion |
| Internet media type | application/ion |
| Developed by | Amazon |
| Type of format | Data interchange |
| Website | amzn |
Ion is a data serialization language developed by Amazon. It may be represented by either a human-readable text form or a compact binary form. The text form is a superset of JSON; thus, any valid JSON document is also a valid Ion document.