Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 509 Bytes

JTAR

JTAR is a dumb archive format that appears to be a subset of JSON (which is handy)

Folders are [ ... ] array of files, where files are { ... } dictionaries with properties metadata and content which is base64 encoded.

Is JTAR inefficient?

Yes and No: Archives are heavy (by ~ %) but after gunzip, the difference … more serious benchmark would be neat.

Extensions

  • laziness -l option
  • chunk -c option