$ luarocks install jsonc JSONC is a bidirectional serialization infrastructure compatible with Lua 5.1 through 5.5 and LuaJIT.
It features sandboxing via `_ENV`, asynchronous memory management using hidden upvalues and weak tables,
a static normalizer for duplicate keys, and a deep query system via `load()`
that polymorphically accepts complex multidimensional paths (e.g., `self.tags` or `self.value`).
Versions
Dependencies
lua >= 5.1