Corona Plugin - Conversion to lua tables

Hi,

I am building a Corona Plugin. I need to convert the iOS and Android Native data types to a lua table for the plugin to understand. Can you help me on how to convert an iOS NSDictionary to lua table?

And a hashmap to a Lua table for the plugin to be able to send it to the main.lua?

Have you looked through the various Sample apps?  There are plenty of examples of moving data between Lua and Native.

Rob

Have you looked through the various Sample apps?  There are plenty of examples of moving data between Lua and Native.

Rob