YAJBE is a compact binary data format built to be a drop-in replacement for JSON (JavaScript Object Notation).
We have a lot of services exchanging or storing data using JSON, and most of them don't want to switch to a data format that requires a schema.
We wanted to remove the overhead of the JSON format (especially field names), but keeping the same data model flexibility (numbers, strings, arrays, maps/objects, and a few values such as false, true, and null).
Read more about it at https://matteobertozzi.github.io/posts/yajbe-encoding