.. SPDX-FileCopyrightText: 2022 Veit Schiele
..
.. SPDX-License-Identifier: BSD-3-Clause
Other Formats
=============
`Apache Avro `_
A compact and fast binary data format.
.. seealso::
* `Data Serialization and Deserialization
`__
`BSON `_
Short for *Binary JSON*. A binary data format mainly for :term:`MongoDB`
.. seealso::
* `Specification `__
* `MongoDB Extended JSON
`_
* `bsondump
`_
`Cap’n Proto `_
A fast data interchange format.
.. seealso::
* `GitHub `__
`JSON5 `_
A superset of JSON by including strings with multiple lines and character
escapes, hexadecimal numbers, comments etc.
.. seealso::
* `PyPI `_
`HOCON `_
Short for *Human-Optimized Config Object Notation*. A JSON superset with
comments, multi-line strings etc.
.. seealso::
* `GitHub `__
* `Play framework configuration file syntax and features
`_
`MessagePack `_
An efficient binary serialization format supported by :term:`Redis`
scripting.
.. seealso::
* `Specification
`__
* `GitHub `__
`SDLang `_
Short for *Simple Declarative Language*. Textually represent data in a
XML-like structure.
.. seealso::
* `Language Guide
`_
* `GitHub `__
XDR (:rfc:`4506`)
Short for *External Data Representation Standard*. Useful for transferring
data between different computer architectures.