Popularity
2.5
Declining
Activity
0.0
-
1
3
0
Monthly Downloads: 18
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.1.0
hw-json-simple-cursor alternatives and similar packages
Based on the "hw" category.
Alternatively, view hw-json-simple-cursor alternatives based on common mentions on social networks and blogs.
-
hw-json-standard-cursor
Memory efficient JSON parser -
hw-vector
Vector type with convenient typeclass instances
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of hw-json-simple-cursor or a related project?
Popular Comparisons
README
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