2 Licensed according to the included 'LICENSE' document
3 Author: Thomas Harning Jr <harningt@gmail.com>
5 local decode
= require("json.decode")
6 local encode
= require("json.encode")
7 local util
= require("json.util")
15 _DESCRIPTION
= "LuaJSON : customizable JSON decoder/encoder",
16 _COPYRIGHT
= "Copyright (c) 2007-2014 Thomas Harning Jr. <harningt@gmail.com>",