Other Formats#

Apache Avro

A compact and fast binary data format.

See also

BSON

Short for Binary JSON. A binary data format mainly for MongoDB

Cap’n Proto

A fast data interchange format.

See also

JSON5

A superset of JSON by including strings with multiple lines and character escapes, hexadecimal numbers, comments etc.

See also

HOCON

Short for Human-Optimized Config Object Notation. A JSON superset with comments, multi-line strings etc.

MessagePack

An efficient binary serialization format supported by Redis scripting.

SDLang

Short for Simple Declarative Language. Textually represent data in a XML-like structure.

XDR (RFC 4506)

Short for External Data Representation Standard. Useful for transferring data between different computer architectures.