David Kolf's JSON module for Lua

$ luarocks install dkjsonq

dkjson is a module for encoding and decoding JSON data. It supports UTF-8.

JSON (JavaScript Object Notation) is a format for serializing data based
on the syntax for JavaScript data structures.

dkjson is written in Lua without any dependencies, but
when LPeg is available dkjson can use it to speed up decoding.

Versions

2.6-117 days ago4 downloads

Dependencies

lua >= 5.2, < 5.5

Manifests