Class JsonHelper
java.lang.Object
com.exxothermic.audioeverywheresdk.helper.logic.JsonHelper
The JsonHelper is a class with static methods to generate a json string compatible with
venue server
- Since:
- Feb 8, 2021
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonHelper
public JsonHelper()
-
-
Method Details
-
genBoxJson
Generate json struct to venue server- Parameters:
server
- name of the serveraction
- action to executeparams
- array with params- Returns:
- String to send to box
-