fn lua_to_json(v: Value) -> Result<Value>
Lua value -> JSON. Tables with only positive-integer keys become arrays; everything else an object.