Skip to main content

json_to_lua

Function json_to_lua 

Source
fn json_to_lua(lua: &Lua, value: &Value) -> LuaResult<LuaValue>
Expand description

Converts a JSON value to the corresponding Lua value (arrays become 1-indexed tables, objects become string-keyed tables).