mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'develop' into FF/OpsRat
This commit is contained in:
commit
5761e11157
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user