Skip to content

How to take advantage of good input? #921

@ethercrow

Description

@ethercrow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions