mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
6b7e66efa5
@ -723,7 +723,7 @@ end
|
||||
--- Converts a JSON string to a lua value.
|
||||
-- @param #string Json Anything JSON
|
||||
-- @return #table Lua
|
||||
function NET.Lua2Json(Json)
|
||||
function NET.Json2Lua(Json)
|
||||
return net.json2lua(Json)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user