lua.wire.data_to_table
table = wire.data_to_table( data )
Convert a data (string) into a lua table.
We currently use cmsgpack but this may change to another system and can not be relied upon. It is even possible that data may not be a string in future versions.
This is a local function for local people. It should not be used by you.