openresty / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
http://www.kyne.com.au/~mark/software/lua-cjson.php
MIT License
433 stars 118 forks source link

deprecate the 'empty_array_mt' field in favor of 'array_mt' #24

Closed thibaultcha closed 7 years ago

thibaultcha commented 7 years ago

As discussed in #2, this deprecates the cjson.empty_array_mt field in favor of cjson.array_mt. The new field has the same behavior as the previous one, but simply bears a more explicit name.