Can we use protobufs instead of JSON as the data format for a user's schedule data?
Protobufs are strongly typed so that will help avoid mistakes with parsing.
They also take up significantly less data than JSON, and they have backwards-compatibility features.
Can we use protobufs instead of JSON as the data format for a user's schedule data?
Protobufs are strongly typed so that will help avoid mistakes with parsing.
They also take up significantly less data than JSON, and they have backwards-compatibility features.