mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
xx
This commit is contained in:
parent
ba14330281
commit
18fd587ab0
@ -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