Package com.castlabs.sdk.viisights
Class ViisightsParser
java.lang.Object
com.castlabs.sdk.viisights.ViisightsParser
Parses the JSON data from Viisights into a structured model.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ViisightModelParses the given JSON data string into a ViisightModel.
-
Method Details
-
parse
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.
-