Description
JSON documents can be parsed and generated from Lua 5.3 applications without adding a separate command-line tool.
This package is useful for developers whose Lua code exchanges API data, configuration, or structured files. It is a JSON library, not a data viewer.
External JSON should be treated as untrusted input. Validate expected fields and types before acting on decoded data.