DevicesJson.parse Method¶
Module: DevicesJson
Definition¶
Converts a string in JSON format into a manageable format within the class.
void parse(String? value)
Parameters
value Stringin The JSON string to be parsed and converted into an internal representation.
Exceptions
An error has occurred during Devices Library execution.