in reply to Re^8: Rogue character(s) at start of JSON file (BOM; dumping references)
in thread Rogue character(s) at start of JSON file
Converts the given Perl data structure to a UTF-8 encoded, binary string (that is, the string contains octets only) ...
... The opposite of encode_json: expects an UTF-8 (binary) string and tries to parse that as an UTF-8 encoded JSON text ...
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Rogue character(s) at start of JSON file (BOM; dumping references)
by Bod (Parson) on Jan 19, 2023 at 21:11 UTC | |
by LanX (Saint) on Jan 19, 2023 at 22:25 UTC |