Difference between revisions of "DCS func json2lua"

From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:DCS_server_funcs |fName= json2lua |vNum= 2.5.0 |par1= net |par2= |par3= |par4= |desc= Converts a JSON string to a lua value. |rtnTyp...")
 
Line 7: Line 7:
 
|par1= [[DCS_singleton_net|net]]
 
|par1= [[DCS_singleton_net|net]]
  
|par2=  
+
|par2= [[DCS_server_gameGUI|net (gameGUI)]]
  
 
|par3=  
 
|par3=  
Line 36: Line 36:
  
  
|related=  
+
|related= [[DCS_server_gameGUI|'''GameGUI API:''']] {{listOfNetFuncs}}
[[DCS_singleton_net|'''Network API:''']] {{listOfNetFuncs}}
 
  
|examples=  
+
 
 +
[[DCS_singleton_net|'''Mission Net''']] {{listOfMissionNetFuncs}}|examples=  
  
 
|notes=  
 
|notes=  
 
}}
 
}}
 
[[Category:DCS Control Functions|json2lua]]
 
[[Category:DCS Control Functions|json2lua]]

Revision as of 22:54, 17 September 2021


Envrioment: Server
Function: json2lua Added with: 2.5.0
Member Of: net, net (gameGUI)
Syntax: table net.json2lua(string json )
Description: Converts a JSON string to a lua value.


Return Value: table
Return Example:
Examples:
Related Functions: GameGUI API: send_chat, send_chat_to, recv_chat, load_mission, load_next_mission, get_player_list, get_my_player_id, get_server_id, get_player_info, kick, get_stat, get_name, get_slot, set_slot, force_player_slot, lua2json, json2lua, dostring_in, log, trace


Mission Net send_chat, send_chat_to, recv_chat, get_player_list, get_my_player_id, get_server_id, get_player_info, kick, get_stat, get_name, get_slot, set_slot, force_player_slot, lua2json, json2lua, dostring_in, log, trace

Notes: