pub fn json_to_lua_value(lua: &Lua, value: &Value) -> Result<Value>
Convert a serde_json::Value to a Lua value.