A JSON engine made in pure Lua with file management, I/O management, utility functions and lexical path query.

$ 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

1.01-111 days ago0 downloads
1.0-112 days ago0 downloads

Dependencies

lua >= 5.1

Manifests