Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle encoding of number based key properties
i was unable to encode a table due to some number based key properties. i modified the encode function to check for number based keys in addition to the already present string based keys. an error will still be returned if the key is neither string nor number based. it works in my cases Please see this link: rxi#43 (comment)
- Loading branch information