Skip to content

v0.4.0

Compare
Choose a tag to compare
@xpol xpol released this 04 Nov 02:09
· 110 commits to master since this release
  • 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.