in reply to JSON encoding error
print "Content-type: application/json; charset=UTF-8\n\n";
FWIW, I never specify the charset= part when sending JSON because the RFC already specifies it must be UTF-8.
Here is a very cut-down version of my code to demonstrate the problem
Looks OK otherwise. Is this an actual data set you have tested with the integration?
🦛
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: JSON UTF-8
by Bod (Parson) on May 09, 2024 at 14:41 UTC | |
Re^2: JSON UTF-8
by Bod (Parson) on May 09, 2024 at 14:16 UTC |