https://github.com/hex2f/thotfs
A smaller JSON.
https://github.com/hex2f/thotfs
Last synced: about 1 year ago
JSON representation
A smaller JSON.
- Host: GitHub
- URL: https://github.com/hex2f/thotfs
- Owner: hex2f
- Created: 2018-07-14T17:56:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T22:52:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T15:45:05.360Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THOTfs - A smaller JSON.
## Goals
Store JSON in a smaller format using fewer bits to descriminate data and use Huffman coding to store strings in less bytes than unicode, ASCII, etc.
## Bits
|Bits | Meaning |
|-----|---------------|
|001 | Begin Tree |
|010 | Begin String |
|011 | Begin Number |
|100 | Begin Boolean |
|101 | End Vaule |
|110 | Sep. Value |
|111 | End Tree |