Description
A Haskell integration library that lets Aeson JSON data types be used with Lua through HsLua. It helps scripts and Haskell code exchange structured JSON-like values.
Developers use it in tools that expose JSON data to Lua scripts or accept Lua-produced values back into Haskell. Data conversion rules should be clear for nulls, arrays, objects, numbers, and text encoding.