Class ViisightsParser

java.lang.Object
com.castlabs.sdk.viisights.ViisightsParser

public class ViisightsParser extends Object
Parses the JSON data from Viisights into a structured model.
  • Method Details

    • parse

      public static ViisightModel parse(String data) throws Exception
      Parses the given JSON data string into a ViisightModel.
      Parameters:
      data - The JSON data string to parse.
      Returns:
      A ViisightModel containing the parsed data.
      Throws:
      Exception - If there is an error during parsing.