DevicesJson.parse Method¶
Module: DevicesJson
Definition¶
Converts a string in JSON format into a manageable format within the class.
parse(self, value: str) -> None
Parameters
value
strin The JSON string to be parsed and converted into an internal representation.
Exceptions
An error has occurred during Devices Library execution.
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.
public 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.
public void parse(String value) throws DevicesException
Parameters
value
Stringin The JSON string to be parsed and converted into an internal representation.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesJson_Parse (
ID3_DEVICES_JSON hDevicesJson,
const char * value)
Parameters
hDevicesJson
ID3_DEVICES_JSONin Handle to the DevicesJson object.value
const char *in The JSON string to be parsed and converted into an internal representation.
Returns