Name | Base | Concept | Schema | Pros | Cons | Use cases |
---|---|---|---|---|---|---|
XML | Text | Extensible Markup Language | Optional | |||
JSON | Text | JavaScript Object Notation | Optional | |||
CSV | Text | Comma-Separated Values | None | |||
TSV | Text | Tab-Separated Values | None | |||
Protocol Buffers | Binary | Required | ||||
Thrift | Binary | Required | ||||
Avro | Binary | Required | ||||
BSON | Binary | Binary JSON, provides a binary representation of JSON-like documents | ||||
CBOR | Binary | Concise Binary Object Representation |