JSON Module for Lua
Introduction
This is a JSON module written in Lua. 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.