Description
Memory efficient JSON parser.
Description
Memory efficient JSON parser. Please see README.md
README.md
hw-json-simple-cursor
hw-json-simple-cursor
is support library for hw-json
, a succinct JSON parsing library.
It uses succinct data-structures to allow traversal of large JSON strings with minimal memory overhead.
For more information see hw-json
.
References
- Semi-Indexing Semi-Structured Data in Tiny Space
- Succinct Data Structures talk by Edward Kmett
- Typed Tagless Final Interpreters