In Make, JSON-based APIs are natively supported. Nevertheless, some APIs may have a JSON string inside a JSON object.
If such API returns a JSON string inside a JSON object, the data inside a JSON string is treated as text and the child parameters cannot be directly mapped.
On the contrary, if the API requires a parameter in JSON string format, Make has to send it in the required format.