Use another format (besides json) to transmit data

david adams had a suggestion in this thread over on The Dark Side about compressing data to transmit over the wire, by using csv instead of json.
there is a pretty significant potential savings by doing that, because the field names are only transmitted once. i was able to implement it in six lines of code.

1 Like