in reply to Re^4: JSON and utf8 flag
in thread JSON and utf8 flag

I know, but... Quote from JSON-XS documentation:

ENCODING/CODESET_FLAG_NOTES
The main use for latin1 is to relatively efficiently store binary data as JSON, at the expense of breaking compatibility with most JSON decoders.

I need to store data as text. I do not want to use Storable, MessagePack or Sereal.

Replies are listed 'Best First'.
Re^6: JSON and utf8 flag
by Anonymous Monk on Sep 06, 2017 at 13:38 UTC