Description
Provides a universal abstract syntax tree for JSON data in Haskell. An AST lets programs represent JSON in memory, inspect its structure, and transform values before writing them back.
This is useful for parsers, converters, validators, and tools that manipulate JSON without immediately mapping it to application-specific types. It is a developer library and has no user interface.