java.lang.Object
com.exxothermic.audioeverywheresdk.helper.logic.JsonHelper

public class JsonHelper extends Object
The JsonHelper is a class with static methods to generate a json string compatible with venue server
Since:
Feb 8, 2021
  • Constructor Details

    • JsonHelper

      public JsonHelper()
  • Method Details

    • genBoxJson

      public static String genBoxJson(String server, String action, Map<String,String> params)
      Generate json struct to venue server
      Parameters:
      server - name of the server
      action - action to execute
      params - array with params
      Returns:
      String to send to box