Do you need to send data (e.g. messaging) and you want a simple file that defines what the data is?
#protobuf is perfect for both the sender & receiver,
1. DEFINE DATA - .proto file
2. COMPILE - run #protoc
3. ADD TO CODE
Boom. Done.
My #cheatsheet,
github.com/JeffDeCola/my-…
