json/docs/mkdocs/docs/features/binary_formats/bjdata.md

21 lines
776 B
Markdown
Raw Normal View History

2022-05-01 16:10:31 +03:00
# BJData
The Binary JData (BJData) Specification defines an efficient serialization protocol for unambiguously storing complex
and strongly-typed binary data found in diverse applications. The BJData specification is the binary counterpart to the
JSON format, both of which are used to serialize complex data structures supported by the
[JData specification](https://openjdata.org). The BJData spec is derived and extended from the
[Universal Binary JSON(UBJSON)](https://ubjson.org) specification (Draft 12). It adds supports for N-dimensional packed
arrays and extended binary data types.
!!! abstract "References"
- [BJData Specification](https://github.com/NeuroJSON/bjdata/blob/Draft_2/Binary_JData_Specification.md)
## Serialization
TODO
## Deserialization
TODO