Skip to content
Snippets Groups Projects
Commit 036aea34 authored by akwizgran's avatar akwizgran
Browse files

The extra B stands for bring your own BBBQ.

parent fd81961d
No related branches found
No related tags found
No related merge requests found
# Bramble Data Format, version 1
# Binary Data Format, version 1
Bramble Data Format (BDF) is a binary data format designed for simplicity and compactness. It has six primitive types (null, boolean, integer, float, string, raw) and two container types (list, dictionary).
Binary Data Format (BDF) is a data format designed for simplicity and compactness. It has six primitive types (null, boolean, integer, float, string, raw) and two container types (list, dictionary).
Data formatted with BDF consists of a series of objects. The first four bits of each object indicate its type. Depending on the type, the next four bits may be unused, or may give the value, the length of the value, or the length of the length of the value. All lengths are measured in bytes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment