How to take advantage of good input?
Open
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 336
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 4
Description
Suppose you have some guarantees about input json (because you produced it yourself or already checked it somehow):
* Only ASCII
* No control characters inside strings
* Whitespace is only spaces or newlines (no tabs or more exotic things)
* No escaped sequences
It would be good to be able to tell aeson to use this knowledge and parse significantly faster.
Contributor guide
Assessment
This issue has not been assessed yet.