So what is TSON exactly? TSON is a file type that we came up with to reduce the size of JSON files.
It is especially useful when we’re dealing with large JSON files as it compresses the files by mapping unique key values to a unique integer value to reduce…