Merge branch 'develop' into FF/OpsRat

This commit is contained in:
Frank 2024-04-07 22:58:44 +02:00
commit 5761e11157

View File

@ -723,7 +723,7 @@ end
--- Converts a JSON string to a lua value. --- Converts a JSON string to a lua value.
-- @param #string Json Anything JSON -- @param #string Json Anything JSON
-- @return #table Lua -- @return #table Lua
function NET.Lua2Json(Json) function NET.Json2Lua(Json)
return net.json2lua(Json) return net.json2lua(Json)
end end