Description
JSON data can be parsed and encoded efficiently inside Lua programs.
This package is useful for developers whose Lua scripts exchange configuration, API responses, or structured data. It is a Lua library, not a separate JSON editor.
JSON parsing can fail on malformed or untrusted input. Validate data before using it for permissions, files, or network decisions.