Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lua_tabletype function to improve serialization #224

Merged
merged 1 commit into from
Jun 27, 2018
Merged

Add lua_tabletype function to improve serialization #224

merged 1 commit into from
Jun 27, 2018

Conversation

trink
Copy link
Contributor

@trink trink commented Jun 26, 2018

  • LUA_TTEMPTY {} -- contains no array or hash parts
  • LUA_TTARRAY {nil} -- contains only an array part
  • LUA_TTHASH {foo = "bar"} -- contains only a hash part
  • LUA_TTMIXED {1, foo = "bar"} - contains both an array and hash

- LUA_TTEMPTY {} -- contains no array or hash parts
- LUA_TTARRAY {nil} -- contains only an array part
- LUA_TTHASH {foo = "bar"} -- contains only a hash part
- LUA_TTMIXED {1, foo = "bar"} - contains both an array and hash
@trink trink requested a review from ameihm0912 June 26, 2018 21:16
@trink trink merged commit 11e7476 into dev Jun 27, 2018
@trink trink deleted the isarray branch June 27, 2018 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants