Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 301 Bytes

JSON Format

A lightweight, readable format for serialization. This leverages the JAWN parser.

TODOs

  • Add GZip compression option to input/output.
  • Optimise/Tune reading and writing.
  • Attempt to hook our Builder[?] directly into JAWN's callbacks and see what magic we can work.