Description
JSON parsing and encoding can be used in Lua 5.1 programs through a fast library implementation.
This package is useful for developers whose Lua 5.1 scripts, services, or plugins exchange API data, configuration, or structured files. It is a library dependency, not a standalone JSON editor.
External JSON should be treated as untrusted input. Validate expected fields before using decoded values for files, permissions, or network behavior.