View Source CozyAliyunOpenAPI.HTTPClient.Format (cozy_aliyun_open_api v0.1.0)

Link to this section Summary

Functions

Converts JSON string to a map.

Converts XML string to a map.

Link to this section Functions

Link to this function

convert_json_to_map!(json_string)

View Source
@spec convert_json_to_map!(String.t()) :: map()

Converts JSON string to a map.

Link to this function

convert_xml_to_map!(xml_string)

View Source
@spec convert_xml_to_map!(String.t()) :: map()

Converts XML string to a map.