haskell / haskell/aeson

How to take advantage of good input?

Open
#921 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.