|
|
|
|
|
by Arnavion
1324 days ago
|
|
The libraries in question are the ones consuming the output of those external services. If an external service sends data that does not map to the programming language's string type, then the string type will fail to be created from that invalid input, and the library was wrong to have tried. |
|