Comment by layer8
The contents of JSON strings doesn’t admit random binary data. You need to use an encoding like Base64 for that purpose.
The contents of JSON strings doesn’t admit random binary data. You need to use an encoding like Base64 for that purpose.