Description
Lua 5.3 software can handle JSON documents through a fast parsing and encoding library.
This package is useful for developers maintaining Lua 5.3 scripts, services, or plugins that exchange structured data. It is a library dependency, not an app with its own launcher.
External JSON should be treated as untrusted input. Validate expected fields before using decoded values.