Seems to be a smaller implementation for the MongoDB BSON data format.
Here's an article going over this and some competing formats.
https://yuhui-lin.github.io/blog/2017/08/01/serialization
edit: If this is for an API response structure, than you may want to also consider GRPC as a protocol (uses protobuf3)