v0.4.0
- Checks circular reference when encoding tables.
- A table is encoded as json array if:
- have meta field __jsontype set to 'array'.
- don't have meta filed __jsontype and length > 0.
- When table is encoded as json object, only string keys and its values are encoded.
- Integers are decoded to lua_Integer if it can be stored in lua_Integer.