Binary Data Format

This project was created to be something similar in structure to JSON, but also more compact. I wrote a version of this in C++ and another in Java. The format was designed to be able to be both parsed and written to a binary blob, while also being able to be read and written to a human-readable text format similar to JSON. The difference between this and JSON is this one is statically typed, and natively supports comments in the human readable version.

Links