Description
Provides a tiny JSON library for Haskell with a light dependency footprint. It helps projects parse or produce JSON without bringing in a larger JSON stack.
This is useful for small tools, bootstrapping, constrained builds, or libraries that want to keep dependencies minimal. It is a developer library and does not include a JSON editor.